Searched refs:get_passkey_confirmation (Results 1 – 5 of 5) sorted by relevance
43 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() function79 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()
35 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() function111 (void)run_peripheral_sample(get_passkey_confirmation); in main()
302 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()
39 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() function117 (void)run_central_sample(get_passkey_confirmation, NULL, 0, NULL); in main()
453 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()