Home
last modified time | relevance | path

Searched defs:SDP_SetLocalDiRecord (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_api.h239 struct SDP_SetLocalDiRecord { struct
248 extern struct SDP_SetLocalDiRecord SDP_SetLocalDiRecord; argument
Dmock_stack_sdp_api.cc57 struct SDP_SetLocalDiRecord SDP_SetLocalDiRecord; variable
141 tSDP_STATUS SDP_SetLocalDiRecord(const tSDP_DI_RECORD* p_device_info, uint32_t* p_handle) { in SDP_SetLocalDiRecord() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h507 [[nodiscard]] tSDP_STATUS (*SDP_SetLocalDiRecord)(const tSDP_DI_RECORD* device_info, member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc930 tSDP_STATUS SDP_SetLocalDiRecord(const tSDP_DI_RECORD* p_device_info, uint32_t* p_handle) { in SDP_SetLocalDiRecord() function