Searched refs:to_send (Results 1 – 3 of 3) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_cl.c | 343 UINT16 to_send, offset; in gatt_send_prepare_write() local 348 to_send = p_attr->len - p_attr->offset; in gatt_send_prepare_write() 350 if (to_send > (p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE)) { /* 2 = UINT16 offset bytes */ in gatt_send_prepare_write() 351 to_send = p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE; in gatt_send_prepare_write() 361 GATT_TRACE_DEBUG("offset =0x%x len=%d", offset, to_send ); in gatt_send_prepare_write() 367 to_send, /* length */ in gatt_send_prepare_write() 372 p_clcb->counter = to_send; in gatt_send_prepare_write() 1036 p_cmd->to_send && p_cmd->p_cmd != NULL) { in gatt_cl_send_next_cmd_inq() 1041 p_cmd->to_send = 0; in gatt_cl_send_next_cmd_inq()
|
D | gatt_utils.c | 2137 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 2141 p_cmd->to_send = to_send; /* waiting to be sent */ in gatt_cmd_enq() 2146 if (!to_send) { in gatt_cmd_enq()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 275 BOOLEAN to_send; member 714 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_H…
|