Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/gatt/
Dmock_gatt_utils_ref.cc27 bool connection_timeout) { in direct_connect_remove()
Dgatt_sr_test.cc58 bool connection_timeout) { in direct_connect_remove()
/packages/modules/Bluetooth/system/stack/gatt/
Dconnection_manager.cc506 bool connection_timeout) { in direct_connect_remove()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h688 uint32_t connection_timeout = in direct_connect_add() local
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs768 let connection_timeout = Duration::from_millis(CONNECT_COMPLETE_TIMEOUT_MS); in listening_task() localVariable