Searched refs:read_req_current_mtu (Results 1 – 3 of 3) sorted by relevance
1023 if (payload_size == p_clcb->read_req_current_mtu) { in gatt_process_read_rsp()1026 packet_is_full = (len == (p_clcb->read_req_current_mtu - 1) || in gatt_process_read_rsp()1028 p_clcb->read_req_current_mtu = payload_size; in gatt_process_read_rsp()
374 uint16_t read_req_current_mtu; /* This is the MTU value that the read was member
963 p_clcb->read_req_current_mtu = gatt_tcb_get_payload_size(*p_tcb, p_clcb->cid); in GATTC_Read()