Home
last modified time | relevance | path

Searched refs:PROFILE_STATE_DISCONNECTING (Results 1 – 12 of 12) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth_standard/service/include/
Dinterface_profile.h72 const uint8_t PROFILE_STATE_DISCONNECTING = 0x02; variable
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/common/
Dprofile_service_manager.cpp558 } else if (profileStateMask & PROFILE_STATE_DISCONNECTING) { in GetProfileServiceConnectState()
584 } else if (stateMask & PROFILE_STATE_DISCONNECTING) { in GetProfileServicesConnectState()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/map_mse/
Dmap_mse_service.cpp466 } else if (result & PROFILE_STATE_DISCONNECTING) { in GetState()
507 if (result & PROFILE_STATE_DISCONNECTING) { in GetConnectionState()
Dmap_mse_instance.cpp503 result |= PROFILE_STATE_DISCONNECTING; in GetConnectState()
552 result = PROFILE_STATE_DISCONNECTING; in GetDeviceState()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/pbap_pse/
Dpbap_pse_service.cpp243 result |= PROFILE_STATE_DISCONNECTING; in GetConnectState()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/hfp_hf/
Dhfp_hf_service.cpp235 result |= PROFILE_STATE_DISCONNECTING; in GetConnectState()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/pbap_pce/
Dpbap_pce_service.cpp458 result |= PROFILE_STATE_DISCONNECTING; in GetConnectState()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/hfp_ag/
Dhfp_ag_service.cpp266 result |= PROFILE_STATE_DISCONNECTING; in GetConnectState()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/
Da2dp_service.cpp402 ret |= PROFILE_STATE_DISCONNECTING; in GetConnectState()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/map_mce/
Dmap_mce_device_ctrl.cpp386 ret = PROFILE_STATE_DISCONNECTING; in DeviceStateConvertToProfileState()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/avrcp_ct/
Davrcp_ct_profile.cpp307 result |= PROFILE_STATE_DISCONNECTING; in GetConnectState()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/avrcp_tg/
Davrcp_tg_profile.cpp298 result |= PROFILE_STATE_DISCONNECTING; in GetConnectState()