Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/connection_manager/
Dconnection_manager.cc570 bool direct_connect_remove(uint8_t app_id, const RawAddress& address, bool connection_timeout) { in direct_connect_remove()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h709 uint32_t connection_timeout = in direct_connect_add() local
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs752 let connection_timeout = Duration::from_millis(CONNECT_COMPLETE_TIMEOUT_MS); in listening_task() localVariable