Searched defs:attributeId (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | sdp.h | 409 uint16_t attributeId[SDP_ATTRIBUTE_ID_LIST_MAX_COUNT]; member 423 uint16_t attributeId; member 433 uint16_t attributeId; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_client_parse.c | 477 uint16_t attributeId = BE2H_16(*(uint16_t *)(bufferInfo->buffer + offset)); in SdpParseSingleAttributeList() local 1425 static int SdpGetSequenceAttribute(uint16_t attributeId, BufferInfo *bufferInfo, SdpService *servic… in SdpGetSequenceAttribute() 1755 static int SdpGetAttribute(uint16_t attributeId, BufferInfo *bufferInfo, SdpService *service) in SdpGetAttribute() 1797 static int SdpParseAttributeValue(BufferInfo *bufferInfo, uint16_t attributeId, SdpService *service) in SdpParseAttributeValue()
|
H A D | sdp_server.c | 36 uint16_t attributeId; member 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() 983 …uint32_t handle, uint16_t attributeId, uint8_t attributeType, uint32_t attributeLength, const uint… in SdpAddAttributeToServiceRecord() 1285 uint16_t attributeId; in BuildAttributeListByIdList() local
|
H A D | sdp.c | 147 uint16_t attributeId; member 157 uint16_t attributeId; 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()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.cpp | 1231 const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values) in GetPlayerAppSettingValueText() 1260 RawAddress rawAddr, uint8_t attributeId, std::vector<uint8_t> values) in GetPlayerAppSettingValueTextNative()
|
H A D | avrcp_ct_profile.cpp | 979 const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values) in SendGetPlayerApplicationSettingValueTextCmd()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1355 const BluetoothRemoteDevice &device, uint8_t attributeId, const std::vector<uint8_t> &values) in GetPlayerApplicationSettingValueText()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 1464 …const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values, uint8_t label)… in GetPlayerAppSettingValueText()
|