Home
last modified time | relevance | path

Searched refs:notify_data_size (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dperipheral_mtu_update.c79 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()
Dmain.c12 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/
Dmain_peripheral.c21 extern void run_peripheral_sample(uint8_t *notify_data, size_t notify_data_size, uint16_t seconds);