Searched defs:SDP_AddAttribute (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_sdp_db.cc | 31 bool SDP_AddAttribute(uint32_t /* handle */, uint16_t /* attr_id */, uint8_t /* attr_type */, in SDP_AddAttribute() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | sdp_api.h | 346 [[nodiscard]] bool (*SDP_AddAttribute)(uint32_t handle, uint16_t attr_id, uint8_t attr_type, member
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_db.cc | 265 bool SDP_AddAttribute(uint32_t handle, uint16_t attr_id, uint8_t attr_type, uint32_t attr_len, in SDP_AddAttribute() function
|