Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.cpp36 BtUuid classIdList[A2DP_SERVICE_CLASS_ID_LIST_NUMBER]; in RegisterService()
43 rtnSts = SDP_AddServiceClassIdList(sdpHandle_, classIdList, A2DP_SERVICE_CLASS_ID_LIST_NUMBER); in RegisterService()
113 BtUuid classid[A2DP_SERVICE_CLASS_ID_LIST_NUMBER]; in FindSnkService()
123 sdpUUid.uuidNum = A2DP_SERVICE_CLASS_ID_LIST_NUMBER; in FindSnkService()
H A Da2dp_def.h46 #define A2DP_SERVICE_CLASS_ID_LIST_NUMBER (0x0001) macro