Home
last modified time | relevance | path

Searched refs:is_listening (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_sco.cc65 static sco_socket_t* sco_socket_establish_locked(bool is_listening,
135 static sco_socket_t* sco_socket_establish_locked(bool is_listening, in sco_socket_establish_locked() argument
155 status = BTM_CreateSco(bd_addr, !is_listening, params.packet_types, in sco_socket_establish_locked()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs370 let is_listening = bluetooth_socketmgr.lock().unwrap().is_listening(); in dispatch() localVariable
372 DelayedActions::UpdateConnectableMode(is_listening), in dispatch()
Dsocket_manager.rs559 pub fn is_listening(&self) -> bool { in is_listening() method