Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_server.cpp91 BtUuid classIdHsp[HFP_HF_SERVER_CLASSID_NUM]; in AddServiceClassId() local
92 classIdHsp[0].type = BT_UUID_16; in AddServiceClassId()
93 classIdHsp[0].uuid16 = HFP_HF_UUID_SERVCLASS_HSP_HS; in AddServiceClassId()
94 classIdHsp[1].type = BT_UUID_16; in AddServiceClassId()
95 classIdHsp[1].uuid16 = HFP_HF_UUID_SERVCLASS_GENERIC_AUDIO; in AddServiceClassId()
96 return SDP_AddServiceClassIdList(sdpHandle_, classIdHsp, HFP_HF_SERVER_CLASSID_NUM); in AddServiceClassId()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp96 BtUuid classIdHsp[HFP_AG_SERVER_CLASSID_NUM]; in AddServiceClassId() local
97 classIdHsp[0].type = BT_UUID_16; in AddServiceClassId()
98 classIdHsp[0].uuid16 = HSP_AG_UUID_SERVCLASS; in AddServiceClassId()
99 classIdHsp[1].type = BT_UUID_16; in AddServiceClassId()
100 classIdHsp[1].uuid16 = HFP_AG_UUID_SERVCLASS_GENERIC_AUDIO; in AddServiceClassId()
101 return SDP_AddServiceClassIdList(sdpHandle_, classIdHsp, HFP_AG_SERVER_CLASSID_NUM); in AddServiceClassId()