Home
last modified time | relevance | path

Searched defs:get_profile_interface (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc868 static const void* get_profile_interface(const char* profile_id) { in get_profile_interface() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h789 const void* (*get_profile_interface)(const char* profile_id); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1463 pub(crate) fn get_profile_interface( in get_profile_interface() method