Home
last modified time | relevance | path

Searched refs:classIdList (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp54 BtUuid classIdList[AVRC_SERVICE_CLASS_ID_LIST_NUMBER]; in RegisterService() local
55 classIdList[0].type = BT_UUID_16; in RegisterService()
56 classIdList[0].uuid16 = AVRC_CT_AV_REMOTE_CONTROL; in RegisterService()
57 classIdList[1].type = BT_UUID_16; in RegisterService()
58 classIdList[1].uuid16 = AVRC_CT_AV_REMOTE_CONTROL_CONTROLLER; in RegisterService()
59 result |= SDP_AddServiceClassIdList(sdpHandle_, classIdList, AVRC_SERVICE_CLASS_ID_LIST_NUMBER); in RegisterService()
124 BtUuid classIdList[AVRC_SERVICE_CLASS_ID_LIST_NUMBER - 1]; in FindTgService() local
125 classIdList[0].type = BT_UUID_16; in FindTgService()
126 classIdList[0].uuid16 = AVRC_CT_AV_REMOTE_CONTROL_TARGET; in FindTgService()
127 SdpUuid sdpUuid = {.uuidNum = AVRC_SERVICE_CLASS_ID_LIST_NUMBER - 1, .uuid = classIdList}; in FindTgService()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.cpp54 BtUuid classIdList[AVRC_SERVICE_CLASS_ID_LIST_NUMBER]; in RegisterService() local
55 classIdList[0].type = BT_UUID_16; in RegisterService()
56 classIdList[0].uuid16 = AVRC_TG_AV_REMOTE_CONTROL_TARGET; in RegisterService()
57 result |= SDP_AddServiceClassIdList(sdpHandle_, classIdList, AVRC_SERVICE_CLASS_ID_LIST_NUMBER); in RegisterService()
122 BtUuid classIdList[AVRC_SERVICE_CLASS_ID_LIST_NUMBER]; in FindCtService() local
123 classIdList[0].type = BT_UUID_16; in FindCtService()
124 classIdList[0].uuid16 = AVRC_TG_AV_REMOTE_CONTROL_CONTROLLER; in FindCtService()
127 .uuid = classIdList in FindCtService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.cpp36 BtUuid classIdList[A2DP_SERVICE_CLASS_ID_LIST_NUMBER]; in RegisterService() local
37 classIdList[0].type = BT_UUID_16; in RegisterService()
39 classIdList[0].uuid16 = A2DP_SERVICE_CLASS_UUID; in RegisterService()
41 classIdList[0].uuid16 = A2DP_SINK_SERVICE_CLASS_UUID; in RegisterService()
43 rtnSts = SDP_AddServiceClassIdList(sdpHandle_, classIdList, A2DP_SERVICE_CLASS_ID_LIST_NUMBER); in RegisterService()

Completed in 2 milliseconds