HomeSort by relevance Sort by last modified time
    Searched defs:to_send (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 345 UINT16 to_send, offset; local
350 to_send = p_attr->len - p_attr->offset;
352 if (to_send > (p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE)) /* 2 = UINT16 offset bytes */
353 to_send = p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE;
363 GATT_TRACE_DEBUG2("offset =0x%x len=%d", offset, to_send );
369 to_send, /* length */
374 p_clcb->counter = to_send;
    [all...]
gatt_int.h 254 BOOLEAN to_send; member in struct:__anon3117
653 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf);

Completed in 32 milliseconds