Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dperipheral_mtu_update.c21 #define ATT_NTF_SIZE(payload_len) (1 + 2 + payload_len) macro
101 if (bt_gatt_get_uatt_mtu(default_conn) >= ATT_NTF_SIZE(notify_data_size)) { in run_peripheral_sample()
106 ATT_NTF_SIZE(notify_data_size), in run_peripheral_sample()