Searched refs:GetProfileConnStateName (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_utils.h | 36 std::string GetProfileConnStateName(int state);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_utils.cpp | 106 std::string GetProfileConnStateName(int state)
in GetProfileConnStateName() function
|
H A D | bluetooth_map_mse.cpp | 46 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause);
|
H A D | bluetooth_hid_host.cpp | 47 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause);
|
H A D | bluetooth_a2dp_src.cpp | 67 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause);
|
H A D | bluetooth_hfp_ag.cpp | 48 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause);
|
H A D | bluetooth_gatt_client.cpp | 142 state, GetProfileConnStateName(newState).c_str());
|
H A D | bluetooth_gatt_server.cpp | 299 GET_ENCRYPT_GATT_ADDR(device), ret, GetProfileConnStateName(state).c_str());
|
Completed in 8 milliseconds