Home
last modified time | relevance | path

Searched refs:to_send (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/gatt/
Dgatt_cl.c366 UINT16 to_send, offset; in gatt_send_prepare_write() local
371 to_send = p_attr->len - p_attr->offset; in gatt_send_prepare_write()
373 if (to_send > (p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE)) /* 2 = UINT16 offset bytes */ in gatt_send_prepare_write()
374 to_send = p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE; in gatt_send_prepare_write()
384 GATT_TRACE_DEBUG("offset =0x%x len=%d", offset, to_send ); in gatt_send_prepare_write()
390 to_send, /* length */ in gatt_send_prepare_write()
395 p_clcb->counter = to_send; in gatt_send_prepare_write()
1111 p_cmd->to_send && p_cmd->p_cmd != NULL) in gatt_cl_send_next_cmd_inq()
1118 p_cmd->to_send = FALSE; in gatt_cl_send_next_cmd_inq()
Dgatt_int.h269 BOOLEAN to_send; member
681 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_H…
Dgatt_utils.c2012 BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_b… in gatt_cmd_enq() argument
2016 p_cmd->to_send = to_send; /* waiting to be sent */ in gatt_cmd_enq()
2021 if (!to_send) in gatt_cmd_enq()