Home
last modified time | relevance | path

Searched defs:create_sdp_record (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp_server.cc284 bt_status_t create_sdp_record(bluetooth_sdp_record* record, in create_sdp_record() function
/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h173 bt_status_t (*create_sdp_record)(bluetooth_sdp_record* record, member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs483 pub fn create_sdp_record(&self, record: &mut BtSdpRecord, handle: &mut i32) -> BtStatus { in create_sdp_record() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs236 fn create_sdp_record(&mut self, sdp_record: BtSdpRecord) -> bool; in create_sdp_record() method
2692 fn create_sdp_record(&mut self, sdp_record: BtSdpRecord) -> bool { in create_sdp_record() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs725 fn create_sdp_record(&mut self, sdp_record: BtSdpRecord) -> bool { in create_sdp_record() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs990 fn create_sdp_record(&mut self, sdp_record: BtSdpRecord) -> bool { in create_sdp_record() method