Searched refs:is_ble (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_coc_test_utils.py | 131 is_ble, argument 161 if is_ble: 182 if is_ble and (le_connection_interval != 0 or le_min_ce_len != 0 or le_max_ce_len != 0): 230 accept_timeout_ms, is_ble, secured_conn) 236 mac_address, is_ble, psm_value, secured_conn) 238 if (le_tx_data_length != default_le_data_length) and is_ble:
|
D | gattc_lib.py | 565 is_ble = bool(int(args[0])) 569 self.target_mac_addr, is_ble, psm_value, secured_conn) 573 is_ble = True 576 accept_timeout_ms, is_ble, secured_conn)
|