/Zephyr-latest/samples/bluetooth/peripheral_ht/src/ |
D | main.c | 74 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 84 .cancel = auth_cancel,
|
/Zephyr-latest/samples/subsys/logging/ble_backend/src/ |
D | main.c | 58 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 68 .cancel = auth_cancel,
|
/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/src/ |
D | peripheral_gatt_write.c | 34 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 44 .cancel = auth_cancel,
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/ |
D | main.c | 121 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 133 .cancel = auth_cancel,
|
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/ |
D | main.c | 102 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 125 .cancel = auth_cancel,
|
/Zephyr-latest/samples/bluetooth/peripheral_hr/src/ |
D | main.c | 81 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 91 .cancel = auth_cancel,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/ |
D | main.c | 266 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 278 .cancel = auth_cancel,
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | peripheral_ead.c | 251 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 291 peripheral_auth_cb.cancel = auth_cancel; in init_bt()
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 179 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 189 .cancel = auth_cancel,
|
/Zephyr-latest/samples/bluetooth/peripheral/src/ |
D | main.c | 311 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 323 .cancel = auth_cancel,
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/ |
D | central_ead.c | 397 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 443 central_auth_cb.cancel = auth_cancel; in init_bt()
|
/Zephyr-latest/samples/bluetooth/peripheral_esp/src/ |
D | main.c | 442 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 454 .cancel = auth_cancel,
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gap.c | 1089 static void auth_cancel(struct bt_conn *conn) function 1155 cb.cancel = auth_cancel; 1159 cb.cancel = auth_cancel; 1165 cb.cancel = auth_cancel; 1168 cb.cancel = auth_cancel; 1172 cb.cancel = auth_cancel;
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 4022 static void auth_cancel(struct bt_conn *conn) in auth_cancel() function 4199 .cancel = auth_cancel, 4214 .cancel = auth_cancel, 4229 .cancel = auth_cancel, 4241 .cancel = auth_cancel, 4256 .cancel = auth_cancel, 4271 .cancel = auth_cancel,
|