Searched refs:scan_connect_to_first_result__device_found (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | bs_bt_utils.c | 91 static void scan_connect_to_first_result__device_found(const bt_addr_le_t *addr, int8_t rssi, in scan_connect_to_first_result__device_found() function 120 err = bt_le_scan_start(BT_LE_SCAN_PASSIVE, scan_connect_to_first_result__device_found); in scan_connect_to_first_result()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | bs_bt_utils.c | 91 static void scan_connect_to_first_result__device_found(const bt_addr_le_t *addr, int8_t rssi, in scan_connect_to_first_result__device_found() function 120 err = bt_le_scan_start(BT_LE_SCAN_PASSIVE, scan_connect_to_first_result__device_found); in scan_connect_to_first_result()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/ |
D | bs_bt_utils.c | 106 static void scan_connect_to_first_result__device_found(const bt_addr_le_t *addr, int8_t rssi, in scan_connect_to_first_result__device_found() function 135 err = bt_le_scan_start(BT_LE_SCAN_PASSIVE, scan_connect_to_first_result__device_found); in scan_connect_to_first_result()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/ |
D | utils.c | 128 static void scan_connect_to_first_result__device_found(const bt_addr_le_t *addr, int8_t rssi, in scan_connect_to_first_result__device_found() function 153 err = bt_le_scan_start(BT_LE_SCAN_PASSIVE, scan_connect_to_first_result__device_found); in scan_connect_to_first_result()
|