Searched refs:run_peripheral_sample (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/ |
D | main.c | 12 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()
|
D | peripheral_mtu_update.c | 79 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/ |
D | main_peripheral.c | 21 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/ |
D | main.c | 35 extern int run_peripheral_sample(int get_passkey_confirmation(struct bt_conn *conn)); 111 (void)run_peripheral_sample(get_passkey_confirmation); in main()
|
D | peripheral_ead.c | 302 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/ |
D | main.c | 43 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()
|