Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/bluetooth/1.0/default/test/
H A Dasync_fd_watcher_unittest.cc121 bool connection_timeout = true; in ConfigureServer() local
211 bool connection_timeout = true; in TEST_F() local
302 bool connection_timeout = true; in TEST_F() local
/aosp_15_r20/hardware/interfaces/bluetooth/async/test/
H A Dasync_fd_watcher_unittest.cc119 bool connection_timeout = true; in ConfigureServer() local
209 bool connection_timeout = true; in TEST_F() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/lvpm_stock/
Dmonsoon_proxy.py145 def __init__(self, device=None, serialno=None, connection_timeout=600): argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/gatt/
Dmock_gatt_utils_ref.cc28 bool direct_connect_remove(uint8_t app_id, const RawAddress& address, bool connection_timeout) { in direct_connect_remove()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/connection_manager/
Dconnection_manager.cc525 bool direct_connect_remove(uint8_t app_id, const RawAddress& address, bool connection_timeout) { in direct_connect_remove()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h685 uint32_t connection_timeout = in direct_connect_add() local
/aosp_15_r20/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
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c7247 int connection_timeout, int force_scan, in wpas_p2p_group_add_persistent()