Searched refs:SDP_AddUuidSequence (Results 1 – 18 of 18) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sdp_server.cc | 502 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(
|
D | btif_sock_sdp.cc | 135 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/ |
D | mock_stack_sdp_db.cc | 61 bool SDP_AddUuidSequence(uint32_t /* handle */, uint16_t /* attr_id */, uint16_t /* num_uuids */, in SDP_AddUuidSequence() function
|
D | mock_stack_sdp_legacy_api.cc | 57 .SDP_AddUuidSequence = nullptr,
|
/packages/modules/Bluetooth/system/stack/sdp/internal/ |
D | sdp_api.h | 303 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/ |
D | stack_gatt_test.cc | 58 test::mock::stack_sdp_legacy::api_.handle.SDP_AddUuidSequence = ::SDP_AddUuidSequence; in SetUp()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | sdp_api.h | 389 [[nodiscard]] bool (*SDP_AddUuidSequence)(uint32_t handle, uint16_t attr_id, uint16_t num_uuids, member
|
/packages/modules/Bluetooth/system/stack/pan/ |
D | pan_utils.cc | 160 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/ |
D | avrc_sdp.cc | 345 result &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in AVRC_AddRecord()
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_api.cc | 251 result &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in A2DP_AddRecord()
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_sdp.cc | 194 result &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in bta_hf_client_add_record()
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_jv_test.cc | 91 .SDP_AddUuidSequence = nullptr, in FakeSdp()
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_api.cc | 1094 .SDP_AddUuidSequence = ::SDP_AddUuidSequence,
|
D | sdp_db.cc | 596 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/ |
D | sdpFuzzFunctions.h | 210 [[maybe_unused]] bool rc = get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_sdp.cc | 244 result &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in bta_ag_add_record()
|
/packages/modules/Bluetooth/system/stack/hid/ |
D | hidd_api.cc | 347 result &= get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence( in HID_DevAddRecord()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_utils.cc | 1006 if (!get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, in gatt_add_sdp_record()
|