Home
last modified time | relevance | path

Searched refs:UUID_PROTOCOL_L2CAP (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp146 dscList[0].protocolUuid.uuid16 = UUID_PROTOCOL_L2CAP; in AddProtocolDescriptorList()
162 addlDsc.parameter[0].protocolUuid.uuid16 = UUID_PROTOCOL_L2CAP; in AddProtocolDescriptorList()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.cpp146 dscList[0].protocolUuid.uuid16 = UUID_PROTOCOL_L2CAP; in AddProtocolDescriptorList()
162 addlDsc.parameter[0].protocolUuid.uuid16 = UUID_PROTOCOL_L2CAP; in AddProtocolDescriptorList()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddi_service_over_bredr.cpp88 protocol[0].protocolUuid.uuid16 = UUID_PROTOCOL_L2CAP; in SdpAddProtocol()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgatt_service_over_bredr.cpp88 protocol[0].protocolUuid.uuid16 = UUID_PROTOCOL_L2CAP; in SdpAddProtocol()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_server.cpp100 protocol[0].protocolUuid.uuid16 = UUID_PROTOCOL_L2CAP; in AddProtocol()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_server.cpp114 protocol[0].protocolUuid.uuid16 = UUID_PROTOCOL_L2CAP; in AddProtocol()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp119 protocol[0].protocolUuid.uuid16 = UUID_PROTOCOL_L2CAP; in AddProtocol()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h75 #define UUID_PROTOCOL_L2CAP 0x0100 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp1700 if (adapter->searchUuid_ == UUID_PROTOCOL_L2CAP) { in ServiceSearchAttributeCb()
1705 std::bind(&ClassicAdapter::SearchRemoteUuids, adapter, device, UUID_PROTOCOL_L2CAP)); in ServiceSearchAttributeCb()