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

  /system/bt/stack/gatt/
gatt_cl.c 366 UINT16 to_send, offset; local
371 to_send = p_attr->len - p_attr->offset;
373 if (to_send > (p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE)) /* 2 = UINT16 offset bytes */
374 to_send = p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE;
384 GATT_TRACE_DEBUG("offset =0x%x len=%d", offset, to_send );
390 to_send, /* length */
395 p_clcb->counter = to_send;
    [all...]
gatt_int.h 269 BOOLEAN to_send; member in struct:__anon69385
681 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf);

Completed in 297 milliseconds