Searched refs:mtu_num (Results 1 – 1 of 1) sorted by relevance
130 uint16_t mtu_num = 0; in data_notify() local131 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() local173 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