Searched refs:SDP_AddSequence (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_sdp_db.cc | 51 bool SDP_AddSequence(uint32_t /* handle */, uint16_t /* attr_id */, uint16_t /* num_elem */, in SDP_AddSequence() function
|
D | mock_stack_sdp_legacy_api.cc | 56 .SDP_AddSequence = nullptr,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_sdp.cc | 189 if (!get_legacy_stack_sdp_api()->handle.SDP_AddSequence(handle, in add_sdp_by_uuid() 320 if (!get_legacy_stack_sdp_api()->handle.SDP_AddSequence(handle, in add_ops_sdp()
|
D | btif_sdp_server.cc | 783 status &= get_legacy_stack_sdp_api()->handle.SDP_AddSequence(
|
/packages/modules/Bluetooth/system/stack/sdp/internal/ |
D | sdp_api.h | 288 bool SDP_AddSequence(uint32_t handle, uint16_t attr_id, uint16_t num_elem, uint8_t type[],
|
/packages/modules/Bluetooth/system/stack/include/ |
D | sdp_api.h | 369 [[nodiscard]] bool (*SDP_AddSequence)(uint32_t handle, uint16_t attr_id, uint16_t num_elem, member
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_jv_test.cc | 90 .SDP_AddSequence = nullptr, in FakeSdp()
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_api.cc | 1093 .SDP_AddSequence = ::SDP_AddSequence,
|
D | sdp_db.cc | 527 bool SDP_AddSequence(uint32_t handle, uint16_t attr_id, uint16_t num_elem, uint8_t type[], in SDP_AddSequence() function
|
/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/ |
D | sdpFuzzFunctions.h | 196 [[maybe_unused]] bool rc = get_legacy_stack_sdp_api()->handle.SDP_AddSequence(
|