Searched refs:notify_data_size (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/ |
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() argument 101 if (bt_gatt_get_uatt_mtu(default_conn) >= ATT_NTF_SIZE(notify_data_size)) { in run_peripheral_sample() 102 bt_gatt_notify(default_conn, notify_crch, notify_data, notify_data_size); in run_peripheral_sample() 106 ATT_NTF_SIZE(notify_data_size), in run_peripheral_sample()
|
D | main.c | 12 extern void run_peripheral_sample(uint8_t *notify_data, size_t notify_data_size, uint16_t seconds);
|
/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);
|