Searched refs:passkey_entry (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/ |
D | main.c | 132 .passkey_entry = NULL,
|
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/ |
D | main.c | 124 .passkey_entry = NULL,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/ |
D | main.c | 277 .passkey_entry = NULL,
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | peripheral_ead.c | 289 peripheral_auth_cb.passkey_entry = NULL; in init_bt()
|
/Zephyr-latest/samples/bluetooth/peripheral/src/ |
D | main.c | 322 .passkey_entry = NULL,
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | ssp.c | 143 if (bt_auth->passkey_entry) { in get_io_capa() 272 bt_auth->passkey_entry(conn); in ssp_auth()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gap.c | 1161 cb.passkey_entry = auth_passkey_entry; 1169 cb.passkey_entry = auth_passkey_entry; 1244 static uint8_t passkey_entry(const void *cmd, uint16_t cmd_len, function 1808 .func = passkey_entry,
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/ |
D | central_ead.c | 441 central_auth_cb.passkey_entry = NULL; in init_bt()
|
/Zephyr-latest/samples/bluetooth/peripheral_esp/src/ |
D | main.c | 453 .passkey_entry = NULL,
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 2275 void (*passkey_entry)(struct bt_conn *conn); member
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 4193 .passkey_entry = NULL, 4208 .passkey_entry = NULL, 4223 .passkey_entry = auth_passkey_entry, 4250 .passkey_entry = auth_passkey_entry, 4265 .passkey_entry = NULL,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 338 if (smp_auth_cb->passkey_display && smp_auth_cb->passkey_entry && in get_io_capa() 349 if (smp_auth_cb->passkey_entry) { in get_io_capa() 2324 smp_auth_cb->passkey_entry(conn); in legacy_request_tk() 4272 smp_auth_cb->passkey_entry(smp->chan.chan.conn); in smp_public_key_periph() 4355 smp_auth_cb->passkey_entry(smp->chan.chan.conn); in smp_public_key()
|
D | conn.c | 3954 (cb->passkey_display || cb->passkey_entry || cb->passkey_confirm || in bt_conn_auth_cb_register() 3977 (cb->passkey_display || cb->passkey_entry || cb->passkey_confirm || in bt_conn_auth_cb_overlay()
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 119 display, the ``passkey_entry`` and ``passkey_confirm`` callbacks would
|