Searched refs:to_send (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_cl.cc | 345 uint16_t to_send = p_attr->len - p_attr->offset; in gatt_send_prepare_write() local 355 if (to_send > (payload_size - GATT_WRITE_LONG_HDR_SIZE)) { in gatt_send_prepare_write() 356 to_send = payload_size - GATT_WRITE_LONG_HDR_SIZE; in gatt_send_prepare_write() 366 log::verbose("offset =0x{:x} len={}", offset, to_send); in gatt_send_prepare_write() 369 to_send, /* length */ in gatt_send_prepare_write() 374 p_clcb->counter = to_send; in gatt_send_prepare_write() 1177 if (!cmd.to_send || cmd.p_cmd == NULL) { in gatt_cl_send_next_cmd_inq() 1190 cmd.to_send = false; in gatt_cl_send_next_cmd_inq()
|
D | gatt_utils.cc | 1286 if (iter->to_send) { in gatt_clcb_invalidate() 1564 bool gatt_cmd_enq(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, bool to_send, uint8_t op_code, in gatt_cmd_enq() argument 1567 cmd.to_send = to_send; /* waiting to be sent */ in gatt_cmd_enq() 1647 return !tcb.cl_cmd_q.empty() && (tcb.cl_cmd_q.front()).to_send; in gatt_is_outstanding_msg_in_att_send_queue()
|
D | gatt_int.h | 206 bool to_send; member 648 bool gatt_cmd_enq(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, bool to_send, uint8_t op_code, BT_HDR* p_buf);
|
/packages/modules/Bluetooth/system/stack/eatt/ |
D | eatt_impl.h | 690 return cmd.to_send; in is_outstanding_msg_in_send_queue() 708 return cmd.to_send; in get_channel_with_queued_data()
|