Home
last modified time | relevance | path

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

1234567891011

/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/src/
Dbluetooth.c52 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
64 .disconnected = disconnected,
/Zephyr-latest/samples/bluetooth/peripheral_dis/src/
Dmain.c42 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
49 .disconnected = disconnected,
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcommon.c43 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
72 .disconnected = disconnected,
/Zephyr-latest/samples/bluetooth/peripheral_ht/src/
Dmain.c47 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
54 .disconnected = disconnected,
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dconn.c36 if (cb->disconnected) { in mock_bt_conn_disconnected()
37 cb->disconnected(conn, err); in mock_bt_conn_disconnected()
/Zephyr-latest/samples/subsys/logging/ble_backend/src/
Dmain.c47 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
55 .disconnected = disconnected,
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/src/
Dmain.c87 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
94 .disconnected = disconnected,
/Zephyr-latest/samples/bluetooth/handsfree/src/
Dmain.c27 static void disconnected(struct bt_conn *conn) in disconnected() function
74 .disconnected = disconnected,
/Zephyr-latest/samples/bluetooth/central/src/
Dmain.c101 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
121 .disconnected = disconnected,
/Zephyr-latest/samples/bluetooth/iso_peripheral/src/
Dmain.c43 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
55 .disconnected = disconnected,
118 .disconnected = iso_disconnected,
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dperipheral_mtu_update.c68 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
76 .disconnected = disconnected,
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dperipheral_test.c83 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
95 .disconnected = disconnected,
/Zephyr-latest/subsys/bluetooth/services/ias/
Dias.c83 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
131 .disconnected = disconnected,
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/
Dmain.c57 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
84 .disconnected = disconnected,
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/
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()
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/
Dmain.c49 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
88 .disconnected = disconnected,
/Zephyr-latest/samples/bluetooth/st_ble_sensor/src/
Dmain.c166 static void disconnected(struct bt_conn *disconn, uint8_t reason) in disconnected() function
178 .disconnected = disconnected,
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c161 .disconnected = iso_disconnected,
211 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
231 .disconnected = disconnected,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c72 .disconnected = chan_disconnected_cb,
138 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
152 .disconnected = disconnected,
/Zephyr-latest/samples/bluetooth/direct_adv/src/
Dmain.c91 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
98 .disconnected = disconnected
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.c39 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
77 .disconnected = disconnected,
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/src/
Dmain.c91 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
98 .disconnected = disconnected
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_server_test.c34 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
62 .disconnected = disconnected,
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dbs_bt_utils.c43 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
67 .disconnected = disconnected,
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect2.c115 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected() function
144 .disconnected = disconnected,

1234567891011