Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbluetooth.cc354 static int get_connection_state(const RawAddress* bd_addr) { in get_connection_state() function
/system/bt/gd/rust/topshim/src/
Dbtif.rs337 pub fn get_connection_state(&mut self, address: &ffi::RustRawAddress) -> i32 { in get_connection_state() method
/system/bt/include/hardware/
Dbluetooth.h631 int (*get_connection_state)(const RawAddress* bd_addr); member