Home
last modified time | relevance | path

Searched refs:PROFILE_ID_HFP_AG (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp51 {PROFILE_ID_HFP_AG, &BtStatistic::GetHfpAGDeviceInfo}, in BtStatistic()
118 } else if (profileId == PROFILE_ID_HFP_AG) { in AddDevicesToArray()
195 AddDevicesToArray(json, devices, PROFILE_ID_HFP_AG); in GetHfpAGDeviceInfo()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_info.cpp32 ProfileInfo(PROFILE_NAME_HFP_AG, PROFILE_ID_HFP_AG, BLUETOOTH_UUID_HFP_AG),
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp304 return g_btData->btClass_.IsProfileSupported(Bluetooth::PROFILE_ID_HFP_AG); in IsHfpSupported()
396 profileList[i] == Bluetooth::PROFILE_ID_HFP_AG) { in GetProfileList()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h169 const uint32_t PROFILE_ID_HFP_AG = 0x00000040; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h167 const uint32_t PROFILE_ID_HFP_AG = 0x00000040; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp371 profileId = PROFILE_ID_HFP_AG; in GetProfileId()