/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_impl.cpp | 37 using Bluetooth::GetProfileConnectionState; 146 int32_t ConnectionImpl::GetProfileConnectionState(int32_t profileId, int32_t* errCode) in GetProfileConnectionState() function in OHOS::CJSystemapi::CJBluetoothConnection::ConnectionImpl 151 int status = Bluetooth::GetProfileConnectionState(state); in GetProfileConnectionState()
|
H A D | bluetooth_connection_ffi.cpp | 65 return ConnectionImpl::GetProfileConnectionState(profileId, errCode); in FfiBluetoothConGetProfileConnectionState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.cpp | 86 DECLARE_NAPI_FUNCTION("getProfileConnectionState", GetProfileConnectionState), in DefineConnectionFunctions() 92 DECLARE_NAPI_FUNCTION("getProfileConnState", GetProfileConnectionState), in DefineConnectionFunctions() 182 napi_create_int32(env, GetProfileConnectionState(state), &result); in GetBtConnectionState() 292 napi_value GetProfileConnectionState(napi_env env, napi_callback_info info) in GetProfileConnectionState() function 302 int status = GetProfileConnectionState(state); in GetProfileConnectionState() 322 ret = GetProfileConnectionState(env, info); in GetProfileConnectionStateEx()
|
H A D | napi_bluetooth_connection.h | 58 napi_value GetProfileConnectionState(napi_env env, napi_callback_info info);
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 45 static int32_t GetProfileConnectionState(int32_t profileId, int32_t* errCode);
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 179 profileState = GetProfileConnectionState(state); in GetDeviceState() 233 profileState = GetProfileConnectionState(state); in GetConnectionState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_a2dp_snk.cpp | 122 int status = GetProfileConnectionState(state); in GetDeviceState()
|
H A D | napi_bluetooth_avrcp_ct.cpp | 124 int status = GetProfileConnectionState(state); in GetDeviceState()
|
H A D | napi_bluetooth_avrcp_tg.cpp | 124 int status = GetProfileConnectionState(state); in GetDeviceState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host.cpp | 163 profileState = GetProfileConnectionState(state); in GetDeviceState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/ |
H A D | napi_bluetooth_opp.cpp | 247 int32_t profileState = GetProfileConnectionState(state);
in GetDeviceState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | napi_bluetooth_map_mse.cpp | 142 int32_t profileState = GetProfileConnectionState(state);
in GetConnectionState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 216 napi_create_int32(env, GetProfileConnectionState(state), &profileState); in ConvertStateChangeParamToJS() 320 int GetProfileConnectionState(int state) in GetProfileConnectionState() function
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 118 int GetProfileConnectionState(int state);
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag.cpp | 166 profileState = GetProfileConnectionState(state); in GetDeviceState()
|
H A D | napi_bluetooth_hfp_hf.cpp | 126 int status = GetProfileConnectionState(state); in GetDeviceState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/ |
H A D | napi_bluetooth_pbap_pse.cpp | 175 int32_t profileState = GetProfileConnectionState(state);
in GetConnectionState()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 378 int status = GetProfileConnectionState(btConnectState); in GetDeviceState()
|