Searched defs:attributeValue (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | sdp.h | 426 void *attributeValue; member 435 uint8_t *attributeValue; member
|
H A D | att.h | 180 uint8_t *attributeValue; member 228 uint8_t *attributeValue; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_sdp_client.cpp | 93 uint8_t *attributeValue = attribute.attributeValue + offset; in ParseHidDescInfo() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_server.c | 38 uint8_t *attributeValue; member 713 static int SdpAddAttributeForCommon(SdpDataType type, const void *attributeValue, uint8_t *buffer, … in SdpAddAttributeForCommon() 750 …uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeV… in SdpAddAttribute() 803 …uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLengt… in SdpAddSequenceAttribute() 985 uint8_t *attributeValue = NULL; in SdpAddAttributeToServiceRecord() local
|
H A D | sdp.c | 149 void *attributeValue; member 158 const uint8_t *attributeValue; member 1152 …uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeV… in SDP_AddAttribute() 1198 …uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLengt… in SDP_AddSequenceAttribute()
|