Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc665 static bool pairing_is_busy() { in pairing_is_busy() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h766 bool (*pairing_is_busy)(); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1358 pub fn pairing_is_busy(&self) -> bool { in pairing_is_busy() method