Searched refs:read_req_current_mtu (Results 1 – 3 of 3) sorted by relevance
918 if (tcb.payload_size == p_clcb->read_req_current_mtu) { in gatt_process_read_rsp()921 packet_is_full = (len == (p_clcb->read_req_current_mtu - 1) || in gatt_process_read_rsp()923 p_clcb->read_req_current_mtu = tcb.payload_size; in gatt_process_read_rsp()
327 uint16_t read_req_current_mtu; /* This is the MTU value that the read was member
711 p_clcb->read_req_current_mtu = p_tcb->payload_size; in GATTC_Read()