Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h78 #define SDP_PROTOCOL_PARAMETER_MAX_COUNT 4 macro
112 SdpProtocolParameter parameter[SDP_PROTOCOL_PARAMETER_MAX_COUNT];
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c1299 service->profileDescriptor = MEM_MALLOC.alloc(sizeof(SdpProfileDescriptor) * SDP_PROTOCOL_PARAMETER_MAX_COUNT); in SdpGetBluetoothProfileDescriptorList()
1305 sizeof(SdpProfileDescriptor) * SDP_PROTOCOL_PARAMETER_MAX_COUNT, in SdpGetBluetoothProfileDescriptorList()
1307 sizeof(SdpProfileDescriptor) * SDP_PROTOCOL_PARAMETER_MAX_COUNT); in SdpGetBluetoothProfileDescriptorList()
H A Dsdp_server.c837 if (parameterNumber > SDP_PROTOCOL_PARAMETER_MAX_COUNT) { in SdpAddAttributeForProtocolDescriptor()
838 parameterNumber = SDP_PROTOCOL_PARAMETER_MAX_COUNT; in SdpAddAttributeForProtocolDescriptor()

Completed in 6 milliseconds