Home
last modified time | relevance | path

Searched refs:run_central_sample (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/bluetooth/mtu_update/central/src/
Dmain.c13 extern void run_central_sample(bt_gatt_notify_func_t cb);
17 run_central_sample(NULL); in main()
Dcentral_mtu_update.c249 void run_central_sample(bt_gatt_notify_func_t cb) in run_central_sample() function
/Zephyr-latest/tests/bsim/bluetooth/host/att/mtu_update/src/
Dmain_central.c23 extern void run_central_sample(void *cb);
49 run_central_sample(notify_cb); in test_central_main()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dmain.c39 extern int run_central_sample(int get_passkey_confirmation(struct bt_conn *conn),
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() function
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/ead_sample/src/
Dmain.c44 extern int run_central_sample(int get_passkey_confirmation(struct bt_conn *conn),
79 err = run_central_sample(get_passkey_confirmation, received_data, expected_data_size, in central_main()