Home
last modified time | relevance | path

Searched refs:attributeId (Results 1 - 25 of 25) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp84 attributeIdList.attributeIdList.attributeId[SERVICE_CLASS_ID_LIST_INDEX] = in DoDiscovery()
86 attributeIdList.attributeIdList.attributeId[PROTOCOL_DESCRIPTOR_LIST_INDEX] = in DoDiscovery()
88 attributeIdList.attributeIdList.attributeId[INITIATOR_PROFILE_DESCRIPTOR_LIST_INDEX] = in DoDiscovery()
90 attributeIdList.attributeIdList.attributeId[INITIATOR_SUPPORTED_FEATURES_INDEX] = in DoDiscovery()
92 attributeIdList.attributeIdList.attributeId[INITIATOR_DATA_STORES_OR_NETWORK_INDEX] = in DoDiscovery()
96 attributeIdList.attributeIdList.attributeId[SERVICE_CLASS_ID_LIST_INDEX] = in DoDiscovery()
98 attributeIdList.attributeIdList.attributeId[ACCEPTER_PROFILE_DESCRIPTOR_LIST_INDEX] = in DoDiscovery()
100 attributeIdList.attributeIdList.attributeId[ACCEPTER_SUPPORTED_FEATURES_INDEX] = in DoDiscovery()
102 attributeIdList.attributeIdList.attributeId[ACCEPTER_DATA_STORES_OR_NETWORK_INDEX] = in DoDiscovery()
149 attributeIdList.attributeIdList.attributeId[SERVICE_CLASS_ID_LIST_INDE in DoHspAgDiscovery()
[all...]
H A Dhfp_hf_sdp_server.cpp170 featuresAttr.attributeId = HFP_HF_SDP_ATTRIBUTE_SUPPORTED_FEATURES; in AddFeatures()
188 sdpHandle_, attribute.attributeId, attribute.type, attribute.attributeValue, attribute.attributeValueLength); in AddAttribute()
H A Dhfp_hf_sdp_client.h33 uint16_t attributeId {0};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp86 attributeIdList.attributeIdList.attributeId[SERVICE_CLASS_ID_LIST_INDEX] = in DoDiscovery()
88 attributeIdList.attributeIdList.attributeId[PROTOCOL_DESCRIPTOR_LIST_INDEX] = in DoDiscovery()
90 attributeIdList.attributeIdList.attributeId[INITIATOR_PROFILE_DESCRIPTOR_LIST_INDEX] = in DoDiscovery()
92 attributeIdList.attributeIdList.attributeId[INITIATOR_SUPPORTED_FEATURES_INDEX] = in DoDiscovery()
96 attributeIdList.attributeIdList.attributeId[SERVICE_CLASS_ID_LIST_INDEX] = in DoDiscovery()
98 attributeIdList.attributeIdList.attributeId[ACCEPTER_PROFILE_DESCRIPTOR_LIST_INDEX] = in DoDiscovery()
100 attributeIdList.attributeIdList.attributeId[ACCEPTER_SUPPORTED_FEATURES_INDEX] = in DoDiscovery()
147 attributeIdList.attributeIdList.attributeId[SERVICE_CLASS_ID_LIST_INDEX] = in DoHspHsDiscovery()
149 attributeIdList.attributeIdList.attributeId[PROTOCOL_DESCRIPTOR_LIST_INDEX] = in DoHspHsDiscovery()
151 attributeIdList.attributeIdList.attributeId[INITIATOR_PROFILE_DESCRIPTOR_LIST_INDE in DoHspHsDiscovery()
[all...]
H A Dhfp_ag_sdp_server.cpp170 network.attributeId = HFP_AG_SDP_ATTRIBUTE_DATA_STORES_OR_NETWORK; in AddNetwork()
187 featuresAttr.attributeId = HFP_AG_SDP_ATTRIBUTE_SUPPORTED_FEATURES; in AddFeatures()
205 sdpHandle_, attribute.attributeId, attribute.type, attribute.attributeValue, attribute.attributeValueLength); in AddAttribute()
H A Dhfp_ag_sdp_client.h32 uint16_t attributeId {0};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp74 if (attribute.attributeId == ATTR_ID_HID_COUNTRY_CODE && in SdpCallback_()
138 if (attribute.attributeId == ATTR_ID_HID_DESCRIPTOR_LIST) { in CheckAttributeValueLengthAvalid()
253 if (attribute.attributeId == SDP_ATTRIBUTE_VENDOR_ID && in SdpPnpCallback_()
259 if (attribute.attributeId == SDP_ATTRIBUTE_PRODUCT_ID && in SdpPnpCallback_()
265 if (attribute.attributeId == SDP_ATTRIBUTE_VERSION && in SdpPnpCallback_()
331 attributeIdList.attributeIdList.attributeId[attributeIdNumber++] = in DoHidDiscovery()
333 attributeIdList.attributeIdList.attributeId[attributeIdNumber++] = in DoHidDiscovery()
335 attributeIdList.attributeIdList.attributeId[attributeIdNumber++] = in DoHidDiscovery()
337 attributeIdList.attributeIdList.attributeId[attributeIdNumber++] = ATTR_ID_HID_COUNTRY_CODE; in DoHidDiscovery()
338 attributeIdList.attributeIdList.attributeId[attributeIdNumbe in DoHidDiscovery()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h363 * @param attributeId Attribute undefined in Core 5.0.
370 uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength);
377 * @param attributeId Attribute undefined in Core 5.0.
383 uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength);
409 uint16_t attributeId[SDP_ATTRIBUTE_ID_LIST_MAX_COUNT]; member
423 uint16_t attributeId; member
433 uint16_t attributeId; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.cpp130 attributeIdList.attributeIdList.attributeId[0] = SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST; in FindSnkService()
131 attributeIdList.attributeIdList.attributeId[ATTR_NUMBER1] = SDP_ATTRIBUTE_PROTOCOL_DESCRIPTOR_LIST; in FindSnkService()
132 attributeIdList.attributeIdList.attributeId[ATTR_NUMBER2] = SDP_ATTRIBUTE_BLUETOOTH_PROFILE_DESCRIPTOR_LIST; in FindSnkService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_client.cpp44 attributeIdList.attributeIdList.attributeId[SOCK_SDP_IDX0] = SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST; in StartDiscovery()
45 attributeIdList.attributeIdList.attributeId[SOCK_SDP_IDX1] = SDP_ATTRIBUTE_PROTOCOL_DESCRIPTOR_LIST; in StartDiscovery()
46 attributeIdList.attributeIdList.attributeId[SOCK_SDP_IDX2] = SDP_ATTRIBUTE_BLUETOOTH_PROFILE_DESCRIPTOR_LIST; in StartDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c47 static int SdpParseAttributeValue(BufferInfo *bufferInfo, uint16_t attributeId, SdpService *service);
477 uint16_t attributeId = BE2H_16(*(uint16_t *)(bufferInfo->buffer + offset)); in SdpParseSingleAttributeList() local
484 pos = SdpParseAttributeValue(&parseBufferInfo, attributeId, service); in SdpParseSingleAttributeList()
1425 static int SdpGetSequenceAttribute(uint16_t attributeId, BufferInfo *bufferInfo, SdpService *service) in SdpGetSequenceAttribute() argument
1451 service->sequenceAttribute[service->sequenceAttributeNumber].attributeId = attributeId; in SdpGetSequenceAttribute()
1755 static int SdpGetAttribute(uint16_t attributeId, BufferInfo *bufferInfo, SdpService *service) in SdpGetAttribute() argument
1780 offset = SdpGetSequenceAttribute(attributeId, bufferInfo, service); in SdpGetAttribute()
1791 service->attribute[service->attributeNumber].attributeId = attributeId; in SdpGetAttribute()
1797 SdpParseAttributeValue(BufferInfo *bufferInfo, uint16_t attributeId, SdpService *service) SdpParseAttributeValue() argument
[all...]
H A Dsdp_server.h61 uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength);
63 uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength);
H A Dsdp_server.c36 uint16_t attributeId; member
70 uint32_t handle, uint16_t attributeId, uint8_t attributeType, uint32_t attributeLength, const uint8_t *value);
750 uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength) in SdpAddAttribute()
752 LOG_INFO("[%{public}s] attributeId[0x%04x] type[%u] Length [%hu]", __FUNCTION__, attributeId, type, attributeValueLength); in SdpAddAttribute()
797 ret = SdpAddAttributeToServiceRecord(handle, attributeId, 0, length, buffer); in SdpAddAttribute()
803 uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength) in SdpAddSequenceAttribute()
805 LOG_INFO("[%{public}s][%{public}d] handle = [0x%08x], attributeId = [0x%04x], attributeValueLength = [%hu]", in SdpAddSequenceAttribute()
809 attributeId, in SdpAddSequenceAttribute()
826 ret = SdpAddAttributeToServiceRecord(handle, attributeId, typ in SdpAddSequenceAttribute()
749 SdpAddAttribute( uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength) SdpAddAttribute() argument
802 SdpAddSequenceAttribute( uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength) SdpAddSequenceAttribute() argument
982 SdpAddAttributeToServiceRecord( uint32_t handle, uint16_t attributeId, uint8_t attributeType, uint32_t attributeLength, const uint8_t *value) SdpAddAttributeToServiceRecord() argument
1285 uint16_t attributeId; BuildAttributeListByIdList() local
[all...]
H A Dsdp.c147 uint16_t attributeId; member
157 uint16_t attributeId; member
1145 SdpAddAttribute(ctx->handle, ctx->attributeId, ctx->type, ctx->attributeValue, ctx->attributeValueLength); in SdpAddAttributeTask()
1152 uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength) in SDP_AddAttribute()
1165 ctx->attributeId = attributeId; in SDP_AddAttribute()
1191 SdpAddSequenceAttribute(ctx->handle, ctx->attributeId, ctx->attributeValue, ctx->attributeValueLength); in SdpAddSequenceAttributeTask()
1198 uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength) in SDP_AddSequenceAttribute()
1211 ctx->attributeId = attributeId; in SDP_AddSequenceAttribute()
1151 SDP_AddAttribute( uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength) SDP_AddAttribute() argument
1197 SDP_AddSequenceAttribute( uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength) SDP_AddSequenceAttribute() argument
[all...]
H A Dsdp_client.c98 *(uint16_t *)(buffer + offset) = H2BE_16(attributeIdList.attributeIdList.attributeId[i]); in SdpBuildAttributeList()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h378 * @param[in] attributeId Player application setting attribute ID.
386 const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values) override;
1052 * @param[in] attributeId Player application setting attribute ID.
1055 void GetPlayerAppSettingValueTextNative(RawAddress rawAddr, uint8_t attributeId, std::vector<uint8_t> values);
H A Davrcp_ct_service.cpp1231 const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values) in GetPlayerAppSettingValueText()
1233 HILOGI("address: %{public}s, attributeId: %{public}d", GET_ENCRYPT_AVRCP_ADDR(rawAddr), attributeId); in GetPlayerAppSettingValueText()
1252 std::bind(&AvrcpCtService::GetPlayerAppSettingValueTextNative, this, peerAddr, attributeId, values)); in GetPlayerAppSettingValueText()
1260 RawAddress rawAddr, uint8_t attributeId, std::vector<uint8_t> values) in GetPlayerAppSettingValueTextNative()
1262 HILOGI("address: %{public}s, attributeId: %{public}d", GET_ENCRYPT_AVRCP_ADDR(rawAddr), attributeId); in GetPlayerAppSettingValueTextNative()
1273 profile_->SendGetPlayerApplicationSettingValueTextCmd(rawAddr, attributeId, values); in GetPlayerAppSettingValueTextNative()
1230 GetPlayerAppSettingValueText( const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values) GetPlayerAppSettingValueText() argument
1259 GetPlayerAppSettingValueTextNative( RawAddress rawAddr, uint8_t attributeId, std::vector<uint8_t> values) GetPlayerAppSettingValueTextNative() argument
H A Davrcp_ct_profile.h778 * @param[in] attributeId Player application setting attribute ID.
782 const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values);
H A Davrcp_ct_profile.cpp979 const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values) in SendGetPlayerApplicationSettingValueTextCmd()
981 HILOGI("address: %{public}s, attributeId: %{public}d, values.size[%{public}zu]", in SendGetPlayerApplicationSettingValueTextCmd()
982 GET_ENCRYPT_AVRCP_ADDR(rawAddr), attributeId, values.size()); in SendGetPlayerApplicationSettingValueTextCmd()
984 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtGpasvtPacket>(attributeId, values); in SendGetPlayerApplicationSettingValueTextCmd()
978 SendGetPlayerApplicationSettingValueTextCmd( const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values) SendGetPlayerApplicationSettingValueTextCmd() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h854 * @param[in] attributeId Player application setting attribute ID.
864 const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1352 const BluetoothRemoteDevice &device, uint8_t attributeId, const std::vector<uint8_t> &values) in GetPlayerApplicationSettingValueText()
1367 if (attributeId == AVRC_PLAYER_ATTRIBUTE_ILLEGAL) { in GetPlayerApplicationSettingValueText()
1371 if (attributeId >= AVRC_PLAYER_ATTRIBUTE_RESERVED_MIN && attributeId <= AVRC_PLAYER_ATTRIBUTE_RESERVED_MAX) { in GetPlayerApplicationSettingValueText()
1379 result = proxy->GetPlayerAppSettingValueText(rawAddr, static_cast<int32_t>(attributeId), myValues); in GetPlayerApplicationSettingValueText()
1351 GetPlayerApplicationSettingValueText( const BluetoothRemoteDevice &device, uint8_t attributeId, const std::vector<uint8_t> &values) GetPlayerApplicationSettingValueText() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h761 * @param[in] attributeId Player application setting attribute ID.
771 const BluetoothRemoteDevice &device, uint8_t attributeId, const std::vector<uint8_t> &values);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.h155 * @param[in] attributeId Player application setting attribute ID.
160 const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values, uint8_t label)>
H A Davrcp_tg_service.cpp1464 const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values, uint8_t label) const in GetPlayerAppSettingValueText()
1466 HILOGI("addr:%{public}s, attributeId:%{public}d, label:%{public}d", in GetPlayerAppSettingValueText()
1467 GET_ENCRYPT_AVRCP_ADDR(rawAddr), attributeId, label); in GetPlayerAppSettingValueText()
1470 rawAddr.GetAddress(), attributeId, values, label); in GetPlayerAppSettingValueText()
1463 GetPlayerAppSettingValueText( const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values, uint8_t label) const GetPlayerAppSettingValueText() argument
H A Davrcp_tg_service.h1399 const RawAddress &rawAddr, uint8_t attributeId, const std::vector<uint8_t> &values, uint8_t label) const;

Completed in 35 milliseconds