Home
last modified time | relevance | path

Searched refs:to_send (Results 1 – 5 of 5) 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()
1114 p_cmd->to_send && p_cmd->p_cmd != NULL) in gatt_cl_send_next_cmd_inq()
1121 p_cmd->to_send = FALSE; in gatt_cl_send_next_cmd_inq()
Dgatt_int.h269 BOOLEAN to_send; member
663 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_H…
Dgatt_utils.c2067 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
2071 p_cmd->to_send = to_send; /* waiting to be sent */ in gatt_cmd_enq()
2076 if (!to_send) in gatt_cmd_enq()
/system/core/fastboot/
Dsocket_test.cpp272 std::string to_send = std::move(test.front()); in TEST() local
274 bytes_sent += to_send.length(); in TEST()
275 return to_send.length(); in TEST()
/system/connectivity/shill/net/
Dnetlink_manager.cc611 NetlinkPendingMessage to_send = pending_messages_.front(); in OnPendingDumpComplete() local
612 RegisterHandlersAndSendMessage(to_send); in OnPendingDumpComplete()