Searched refs:GATT_MAX_MTU_SIZE (Results 1 – 6 of 6) sorted by relevance
119 #ifndef GATT_MAX_MTU_SIZE120 #define GATT_MAX_MTU_SIZE 517 macro
653 cfg.mtu = GATT_MAX_MTU_SIZE; in gatt_l2cif_connect_ind_cback()691 cfg.mtu = GATT_MAX_MTU_SIZE; in gatt_l2cif_connect_cfm_cback()
516 if (p_msg->mtu <= GATT_MAX_MTU_SIZE) in attp_send_cl_msg()
893 else if (mtu > GATT_MAX_MTU_SIZE) in gatts_process_mtu_req()894 p_tcb->payload_size = GATT_MAX_MTU_SIZE; in gatts_process_mtu_req()
109 UINT8 value[GATT_MAX_MTU_SIZE]; /* pointer to the attribute value to be found */
790 …f ( (p_tcb == NULL) || (p_reg==NULL) || (mtu < GATT_DEF_BLE_MTU_SIZE) || (mtu > GATT_MAX_MTU_SIZE)) in GATTC_ConfigureMTU()