Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dmain.c12 extern void run_peripheral_sample(uint8_t *notify_data, size_t notify_data_size, uint16_t seconds);
21 run_peripheral_sample(notify_data, sizeof(notify_data), 0); in main()
Dperipheral_mtu_update.c79 void run_peripheral_sample(uint8_t *notify_data, size_t notify_data_size, uint16_t seconds) in run_peripheral_sample() function
/Zephyr-latest/tests/bsim/bluetooth/host/att/mtu_update/src/
Dmain_peripheral.c21 extern void run_peripheral_sample(uint8_t *notify_data, size_t notify_data_size, uint16_t seconds);
30 run_peripheral_sample(notify_data, sizeof(notify_data), PERIPHERAL_NOTIFY_TIME); in test_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));
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() function
/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));
105 int err = run_peripheral_sample(get_passkey_confirmation); in peripheral_main()