Searched refs:mock_bt_conn_disconnected (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/include/ |
D | conn.h | 18 void mock_bt_conn_disconnected(struct bt_conn *conn, uint8_t err);
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | conn.c | 33 void mock_bt_conn_disconnected(struct bt_conn *conn, uint8_t err) in mock_bt_conn_disconnected() function
|
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/src/ |
D | main.c | 73 mock_bt_conn_disconnected(&fixture->conns[i], BT_HCI_ERR_REMOTE_USER_TERM_CONN); in cap_initiator_test_suite_after()
|
D | test_unicast_stop.c | 93 mock_bt_conn_disconnected(&fixture->conns[i], BT_HCI_ERR_REMOTE_USER_TERM_CONN); in cap_initiator_test_unicast_stop_after()
|
D | test_unicast_start.c | 91 mock_bt_conn_disconnected(&fixture->conns[i], BT_HCI_ERR_REMOTE_USER_TERM_CONN); in cap_initiator_test_unicast_start_after()
|
/Zephyr-latest/tests/bluetooth/audio/cap_commander/src/ |
D | main.c | 68 mock_bt_conn_disconnected(&fixture->conns[i], BT_HCI_ERR_REMOTE_USER_TERM_CONN); in cap_commander_test_suite_after()
|
D | test_distribute_broadcast_code.c | 95 mock_bt_conn_disconnected(&fixture->conns[i], BT_HCI_ERR_REMOTE_USER_TERM_CONN); in cap_commander_test_distribute_broadcast_code_after()
|
D | test_micp.c | 58 mock_bt_conn_disconnected(&fixture->conns[i], BT_HCI_ERR_REMOTE_USER_TERM_CONN); in cap_commander_test_micp_after()
|
D | test_broadcast_reception.c | 112 mock_bt_conn_disconnected(&fixture->conns[i], BT_HCI_ERR_REMOTE_USER_TERM_CONN); in cap_commander_test_broadcast_reception_after()
|
D | test_vcp.c | 58 mock_bt_conn_disconnected(&fixture->conns[i], BT_HCI_ERR_REMOTE_USER_TERM_CONN); in cap_commander_test_vcp_after()
|
/Zephyr-latest/tests/bluetooth/audio/ascs/src/ |
D | main.c | 278 mock_bt_conn_disconnected(conn, BT_HCI_ERR_CONN_TIMEOUT); in ZTEST_F() 336 mock_bt_conn_disconnected(conn, BT_HCI_ERR_CONN_TIMEOUT); in ZTEST_F()
|