Searched refs:classIdBoth (Results 1 – 2 of 2) sorted by relevance
82 BtUuid classIdBoth[HFP_HF_HSP_SERVER_CLASSID_NUM]; in AddServiceClassId() local83 classIdBoth[0].type = BT_UUID_16; in AddServiceClassId()84 classIdBoth[0].uuid16 = HFP_HF_UUID_SERVCLASS_HFP_HF; in AddServiceClassId()85 classIdBoth[1].type = BT_UUID_16; in AddServiceClassId()86 classIdBoth[1].uuid16 = HFP_HF_UUID_SERVCLASS_GENERIC_AUDIO; in AddServiceClassId()87 classIdBoth[2].type = BT_UUID_16; in AddServiceClassId()88 classIdBoth[2].uuid16 = HFP_HF_UUID_SERVCLASS_HSP_HS; in AddServiceClassId()89 … return SDP_AddServiceClassIdList(sdpHandle_, classIdBoth, HFP_HF_HSP_SERVER_CLASSID_NUM); in AddServiceClassId()
87 BtUuid classIdBoth[HFP_AG_HSP_SERVER_CLASSID_NUM]; in AddServiceClassId() local88 classIdBoth[0].type = BT_UUID_16; in AddServiceClassId()89 classIdBoth[0].uuid16 = HFP_AG_UUID_SERVCLASS_HFP_AG; in AddServiceClassId()90 classIdBoth[1].type = BT_UUID_16; in AddServiceClassId()91 classIdBoth[1].uuid16 = HFP_AG_UUID_SERVCLASS_GENERIC_AUDIO; in AddServiceClassId()92 classIdBoth[2].type = BT_UUID_16; in AddServiceClassId()93 classIdBoth[2].uuid16 = HSP_AG_UUID_SERVCLASS; in AddServiceClassId()94 … return SDP_AddServiceClassIdList(sdpHandle_, classIdBoth, HFP_AG_HSP_SERVER_CLASSID_NUM); in AddServiceClassId()