Home
last modified time | relevance | path

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

/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/profile/
A Dapp_user.c130 uint16_t mtu_num = 0; in data_notify() local
131 mtu_num = gattc_get_mtu(app_env.conidx) - 3; in data_notify()
141 if (param_length > mtu_num) in data_notify()
143 req->send_param_length = mtu_num; in data_notify()
147 param_length -= mtu_num; in data_notify()
148 param_payload += mtu_num; in data_notify()
172 uint16_t mtu_num = 0; in app_user_data_notify() local
173 mtu_num = gattc_get_mtu(app_env.conidx) - 3; in app_user_data_notify()
176 if (param_length > mtu_num) in app_user_data_notify()
179 param_length -= mtu_num; in app_user_data_notify()
[all …]

Completed in 4 milliseconds