Searched refs:GATT_MAX_MTU_SIZE (Results 1 – 6 of 6) sorted by relevance
237 #ifndef GATT_MAX_MTU_SIZE238 #define GATT_MAX_MTU_SIZE 517 macro
516 if (p_msg->mtu > GATT_MAX_MTU_SIZE) { in attp_send_cl_msg()
810 else if (mtu > GATT_MAX_MTU_SIZE) in gatts_process_mtu_req()811 tcb.payload_size = GATT_MAX_MTU_SIZE; in gatts_process_mtu_req()
107 value[GATT_MAX_MTU_SIZE]; /* pointer to the attribute value to be found */
118 GATT_MAX_MTU_SIZE, 0, BTM_SEC_NONE)) { in gatt_init()
611 (mtu > GATT_MAX_MTU_SIZE)) { in GATTC_ConfigureMTU()