Home
last modified time | relevance | path

Searched refs:get_passkey_confirmation (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/ead_sample/src/
Dmain.c43 extern int run_peripheral_sample(int get_passkey_confirmation(struct bt_conn *conn));
44 extern int run_central_sample(int get_passkey_confirmation(struct bt_conn *conn),
48 static int get_passkey_confirmation(struct bt_conn *conn) in get_passkey_confirmation() function
79 err = run_central_sample(get_passkey_confirmation, received_data, expected_data_size, in central_main()
105 int err = run_peripheral_sample(get_passkey_confirmation); in peripheral_main()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dmain.c35 extern int run_peripheral_sample(int get_passkey_confirmation(struct bt_conn *conn));
48 static int get_passkey_confirmation(struct bt_conn *conn) in get_passkey_confirmation() function
111 (void)run_peripheral_sample(get_passkey_confirmation); in main()
Dperipheral_ead.c302 int run_peripheral_sample(int get_passkey_confirmation(struct bt_conn *conn)) in run_peripheral_sample()
331 err = get_passkey_confirmation(default_conn); in run_peripheral_sample()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dmain.c39 extern int run_central_sample(int get_passkey_confirmation(struct bt_conn *conn),
54 static int get_passkey_confirmation(struct bt_conn *conn) in get_passkey_confirmation() function
117 (void)run_central_sample(get_passkey_confirmation, NULL, 0, NULL); in main()
Dcentral_ead.c453 int run_central_sample(int get_passkey_confirmation(struct bt_conn *conn), in run_central_sample()
489 err = get_passkey_confirmation(default_conn); in run_central_sample()