Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 – 25 of 97) sorted by relevance

1234

/tests/bsim/bluetooth/host/iso/cis/src/
A Dcommon.c45 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
74 .disconnected = disconnected,
/tests/bsim/bluetooth/samples/battery_service/src/
A Dperipheral_test.c83 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
95 .disconnected = disconnected,
/tests/bluetooth/audio/mocks/src/
A Dconn.c75 if (cb->disconnected) { in mock_bt_conn_disconnected()
76 cb->disconnected(conn, err); in mock_bt_conn_disconnected()
/tests/bsim/bluetooth/host/att/eatt/src/
A Dcommon.c46 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
70 .disconnected = disconnected,
/tests/bsim/bluetooth/host/gatt/settings_clear/src/
A Dserver.c52 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
80 server_conn_cb.disconnected = disconnected; in init_server_conn_callbacks()
/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
A Dbs_bt_utils.c25 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
49 .disconnected = disconnected,
/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
A Dbs_bt_utils.c25 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
49 .disconnected = disconnected,
/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
A Dmain_l2cap_send_on_connect.c74 .disconnected = chan_disconnected_cb,
140 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
154 .disconnected = disconnected,
/tests/bsim/bluetooth/host/gatt/caching/src/
A Dgatt_server_test.c48 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
76 .disconnected = disconnected,
/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
A Dbs_bt_utils.c39 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
77 .disconnected = disconnected,
/tests/bsim/bluetooth/host/security/security_changed_callback/src/
A Dbs_bt_utils.c36 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
59 .disconnected = disconnected,
/tests/bsim/bluetooth/ll/conn/src/
A Dtest_connect2.c115 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
144 .disconnected = disconnected,
/tests/bsim/bluetooth/host/security/ccc_update/src/
A Dcentral.c148 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
317 central_cb.disconnected = disconnected; in run_central()
360 central_cb.disconnected = disconnected; in run_bad_central()
/tests/bsim/bluetooth/host/l2cap/split/dut/src/
A Dmain.c87 .disconnected = l2cap_chan_disconnected_cb,
140 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
153 .disconnected = disconnected,
/tests/bsim/bluetooth/host/l2cap/userdata/src/
A Dmain_l2cap_userdata.c65 .disconnected = chan_disconnected_cb,
129 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
143 .disconnected = disconnected,
/tests/bsim/bluetooth/host/adv/extended/src/
A Dext_adv_scanner.c52 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
75 .disconnected = disconnected,
A Dext_adv_advertiser.c137 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
160 .disconnected = disconnected,
/tests/bsim/bluetooth/host/gatt/notify_stress/src/
A Dgatt_server_test.c49 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
69 .disconnected = disconnected,
/tests/bsim/bluetooth/host/security/bond_per_connection/src/
A Dbs_bt_utils.c28 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
57 .disconnected = disconnected,
/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
A Dgatt_server_test.c50 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
70 .disconnected = disconnected,
/tests/bsim/bluetooth/host/gatt/settings/src/
A Dutils.c32 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
78 .disconnected = disconnected,
/tests/bsim/bluetooth/host/misc/disable/src/
A Dgatt_server_test.c43 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
56 .disconnected = disconnected,
/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/
A Dutils.c60 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
85 .disconnected = disconnected,
/tests/bsim/bluetooth/host/gatt/general/src/
A Dgatt_server_test.c46 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
66 .disconnected = disconnected,
/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/
A Dmain.c44 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
64 .disconnected = disconnected,

Completed in 77 milliseconds

1234