Searched refs:SdpAddAttributeForString (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_server.c | 67 static uint16_t SdpAddAttributeForString(uint8_t *buffer, uint16_t offset, const char *name, uint16… 655 offset = SdpAddAttributeForString(buffer, 0, name, nameLen); in SdpAddServiceName() 681 offset = SdpAddAttributeForString(buffer, 0, description, descriptionLen); in SdpAddServiceDescription() 706 offset = SdpAddAttributeForString(buffer, 0, name, nameLen); in SdpAddProviderName() 789 length = SdpAddAttributeForString(buffer, 0, attributeValue, attributeValueLength); in SdpAddAttribute() 953 static uint16_t SdpAddAttributeForString(uint8_t *buffer, uint16_t offset, const char *name, uint16… in SdpAddAttributeForString() function
|