Searched refs:GATT_MAX_MTU_SIZE (Results 1 – 5 of 5) sorted by relevance
317 if(payload_size < GATT_DEF_BLE_MTU_SIZE || payload_size > GATT_MAX_MTU_SIZE) { in attp_build_value_cmd()552 if (p_msg->mtu <= GATT_MAX_MTU_SIZE) { in attp_send_cl_msg()
151 gatt_default.local_mtu = GATT_MAX_MTU_SIZE; in gatt_init()
877 …(p_tcb == NULL) || (p_reg == NULL) || (mtu < GATT_DEF_BLE_MTU_SIZE) || (mtu > GATT_MAX_MTU_SIZE)) { in GATTC_ConfigureMTU()
135 #ifndef GATT_MAX_MTU_SIZE136 #define GATT_MAX_MTU_SIZE 517 macro
115 UINT8 value[GATT_MAX_MTU_SIZE]; /* pointer to the attribute value to be found */