Searched refs:disconnect_device (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/resume/src/ |
D | bs_bt_utils.c | 168 static void disconnect_device(struct bt_conn *conn, void *data) in disconnect_device() function 187 bt_conn_foreach(BT_CONN_TYPE_LE, disconnect_device, NULL); in disconnect()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/split/dut/src/ |
D | main.c | 201 static void disconnect_device(struct bt_conn *conn, void *data) in disconnect_device() function 247 bt_conn_foreach(BT_CONN_TYPE_LE, disconnect_device, NULL); in test_procedure_0()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | main.c | 199 static void disconnect_device(struct bt_conn *conn, void *data) in disconnect_device() function 270 bt_conn_foreach(BT_CONN_TYPE_LE, disconnect_device, NULL); in test_peripheral_main()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | main.c | 216 static void disconnect_device(struct bt_conn *conn, void *data) in disconnect_device() function 288 bt_conn_foreach(BT_CONN_TYPE_LE, disconnect_device, NULL); in test_peripheral_main()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 278 static void disconnect_device(struct bt_conn *conn, void *data) in disconnect_device() function 339 bt_conn_foreach(BT_CONN_TYPE_LE, disconnect_device, NULL); in test_peripheral_main()
|