Searched refs:classIdHsp (Results 1 – 2 of 2) sorted by relevance
91 BtUuid classIdHsp[HFP_HF_SERVER_CLASSID_NUM]; in AddServiceClassId() local92 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()
96 BtUuid classIdHsp[HFP_AG_SERVER_CLASSID_NUM]; in AddServiceClassId() local97 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()