Home
last modified time | relevance | path

Searched refs:UUID_PROTOCOL_RFCOMM (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_client.cpp80 if ((protocol[num].protocolUuid.uuid16 == UUID_PROTOCOL_RFCOMM) && in SearchScn()
H A Dsocket_sdp_server.cpp103 protocol[1].protocolUuid.uuid16 = UUID_PROTOCOL_RFCOMM; in AddProtocol()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_server.cpp117 protocol[1].protocolUuid.uuid16 = UUID_PROTOCOL_RFCOMM; in AddProtocol()
H A Dhfp_hf_sdp_client.cpp291 if ((protocols[num].protocolUuid.uuid16 == UUID_PROTOCOL_RFCOMM) && in FindProtocolRfcomm()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp122 protocol[1].protocolUuid.uuid16 = UUID_PROTOCOL_RFCOMM; in AddProtocol()
H A Dhfp_ag_sdp_client.cpp283 if ((protocols[num].protocolUuid.uuid16 == UUID_PROTOCOL_RFCOMM) && in FindProtocolRfcomm()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h69 #define UUID_PROTOCOL_RFCOMM 0x0003 macro