Lines Matching full:mtu
49 #define PLAT_BLE_MSG_DATA_MAX CONFIG_BT_L2CAP_TX_MTU /* must match the maximum MTU size used */
214 uint16_t mtu; in on_cccd_changed() local
227 error = otPlatBleGattMtuGet(ble_openthread_instance, &mtu); in on_cccd_changed()
229 LOG_WRN("Error retrieving mtu: %s", otThreadErrorToString(error)); in on_cccd_changed()
232 LOG_INF("CCCD update (mtu=%" PRIu16 ")!", mtu); in on_cccd_changed()
316 uint16_t mtu; in connected() local
330 error = otPlatBleGattMtuGet(ble_openthread_instance, &mtu); in connected()
332 LOG_WRN("Error retrieving mtu: %s", otThreadErrorToString(error)); in connected()
335 LOG_INF("Connection established (mtu=%" PRIu16 ")!", mtu); in connected()
366 uint16_t mtu; in le_param_updated() local
374 error = otPlatBleGattMtuGet(ble_openthread_instance, &mtu); in le_param_updated()
377 LOG_WRN("Error retrieving mtu: %s", otThreadErrorToString(error)); in le_param_updated()
380 LOG_INF("Connection parameters updated (mtu=%" PRIu16 ")!", mtu); in le_param_updated()