Searched refs:GetProfileConnStateName (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_utils.h | 36 std::string GetProfileConnStateName(int state);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_utils.cpp | 110 std::string GetProfileConnStateName(int state) in GetProfileConnStateName() function
|
H A D | bluetooth_map_mse.cpp | 49 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause); in OnConnectionStateChanged()
|
H A D | bluetooth_hid_host.cpp | 50 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause); in OnConnectionStateChanged()
|
H A D | bluetooth_a2dp_src.cpp | 70 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause); in OnConnectionStateChanged()
|
H A D | bluetooth_hfp_ag.cpp | 51 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause); in OnConnectionStateChanged()
|
H A D | bluetooth_gatt_server.cpp | 285 GET_ENCRYPT_GATT_ADDR(device), ret, GetProfileConnStateName(state).c_str()); in OnConnectionStateChanged()
|
H A D | bluetooth_gatt_client.cpp | 145 state, GetProfileConnStateName(newState).c_str()); in OnConnectionStateChanged()
|