Searched refs:to_send (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_cl.c | 355 UINT16 to_send, offset; in gatt_send_prepare_write() local 360 to_send = p_attr->len - p_attr->offset; in gatt_send_prepare_write() 362 if (to_send > (p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE)) { /* 2 = UINT16 offset bytes */ in gatt_send_prepare_write() 363 to_send = p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE; in gatt_send_prepare_write() 373 GATT_TRACE_DEBUG("offset =0x%x len=%d", offset, to_send ); in gatt_send_prepare_write() 379 to_send, /* length */ in gatt_send_prepare_write() 384 p_clcb->counter = to_send; in gatt_send_prepare_write() 1102 p_cmd->to_send && p_cmd->p_cmd != NULL) { in gatt_cl_send_next_cmd_inq() 1107 p_cmd->to_send = FALSE; in gatt_cl_send_next_cmd_inq()
|
D | gatt_utils.c | 2161 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 2165 p_cmd->to_send = to_send; /* waiting to be sent */ in gatt_cmd_enq() 2170 if (!to_send) { in gatt_cmd_enq()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 275 BOOLEAN to_send; member 733 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_H…
|