Home
last modified time | relevance | path

Searched refs:SDP_AddUuidSequence (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp_server.cc502 status &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in add_maps_sdp()
572 status &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in add_mapc_sdp()
614 status &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in add_pbapc_sdp()
715 status &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(
796 status &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(
856 status &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(
906 status &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(
Dbtif_sock_sdp.cc135 if (!get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, in create_base_record()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_db.cc61 bool SDP_AddUuidSequence(uint32_t /* handle */, uint16_t /* attr_id */, uint16_t /* num_uuids */, in SDP_AddUuidSequence() function
Dmock_stack_sdp_legacy_api.cc57 .SDP_AddUuidSequence = nullptr,
/packages/modules/Bluetooth/system/stack/sdp/internal/
Dsdp_api.h303 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids, uint16_t* p_uuids);
/packages/modules/Bluetooth/system/stack/test/gatt/
Dstack_gatt_test.cc58 test::mock::stack_sdp_legacy::api_.handle.SDP_AddUuidSequence = ::SDP_AddUuidSequence; in SetUp()
/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h389 [[nodiscard]] bool (*SDP_AddUuidSequence)(uint32_t handle, uint16_t attr_id, uint16_t num_uuids, member
/packages/modules/Bluetooth/system/stack/pan/
Dpan_utils.cc160 if (!get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, in pan_register_with_sdp()
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_sdp.cc345 result &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in AVRC_AddRecord()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_api.cc251 result &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in A2DP_AddRecord()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sdp.cc194 result &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in bta_hf_client_add_record()
/packages/modules/Bluetooth/system/bta/test/
Dbta_jv_test.cc91 .SDP_AddUuidSequence = nullptr, in FakeSdp()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc1094 .SDP_AddUuidSequence = ::SDP_AddUuidSequence,
Dsdp_db.cc596 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids, uint16_t* p_uuids) { in SDP_AddUuidSequence() function
/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzFunctions.h210 [[maybe_unused]] bool rc = get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sdp.cc244 result &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in bta_ag_add_record()
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_api.cc347 result &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in HID_DevAddRecord()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc1006 if (!get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, in gatt_add_sdp_record()