Home
last modified time | relevance | path

Searched refs:A2DP_SERVICE_CLASS_UUID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_def.h43 #define A2DP_SERVICE_CLASS_UUID (0x110A) macro
51 #define A2DP_SERVICE_CLASS_UUID (0x110A) macro
H A Da2dp_sdp.cpp39 classIdList[0].uuid16 = A2DP_SERVICE_CLASS_UUID; in RegisterService()
119 classid[0].uuid16 = A2DP_SERVICE_CLASS_UUID; in FindSnkService()
H A Da2dp_profile_peer.cpp587 … (role == A2DP_ROLE_SINK && (serviceArray[i].classId->uuid16 == A2DP_SERVICE_CLASS_UUID))) { in ParseSDPInformation()