Home
last modified time | relevance | path

Searched refs:HFP_AG_SERVER_PROFILE_NUM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp142 SdpProfileDescriptor profileHsp[HFP_AG_SERVER_PROFILE_NUM]; in AddProfile()
146 … return SDP_AddBluetoothProfileDescriptorList(sdpHandle_, profileHsp, HFP_AG_SERVER_PROFILE_NUM); in AddProfile()
148 SdpProfileDescriptor profileHfp[HFP_AG_SERVER_PROFILE_NUM]; in AddProfile()
152 … return SDP_AddBluetoothProfileDescriptorList(sdpHandle_, profileHfp, HFP_AG_SERVER_PROFILE_NUM); in AddProfile()
H A Dhfp_ag_sdp_server.h124 inline static constexpr uint16_t HFP_AG_SERVER_PROFILE_NUM = 1; variable