Searched refs:to_send (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_cl.cc | 352 uint16_t to_send = p_attr->len - p_attr->offset; in gatt_send_prepare_write() local 355 if (to_send > (payload_size - in gatt_send_prepare_write() 357 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 tcb, p_clcb, GATT_REQ_PREPARE_WRITE, p_attr->handle, to_send, /* length */ in gatt_send_prepare_write() 374 p_clcb->counter = to_send; in gatt_send_prepare_write() 1171 if (!cmd.to_send || cmd.p_cmd == NULL) { in gatt_cl_send_next_cmd_inq() 1184 cmd.to_send = false; in gatt_cl_send_next_cmd_inq()
|
D | gatt_utils.cc | 1282 if (iter->to_send) { in gatt_clcb_invalidate() 1590 bool gatt_cmd_enq(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, bool to_send, in gatt_cmd_enq() argument 1593 cmd.to_send = to_send; /* waiting to be sent */ in gatt_cmd_enq() 1674 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 | 210 bool to_send; member 642 bool gatt_cmd_enq(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, bool to_send,
|
/packages/modules/Bluetooth/system/stack/eatt/ |
D | eatt_impl.h | 716 return cmd.to_send; in is_outstanding_msg_in_send_queue() 731 return cmd.to_send; in get_channel_with_queued_data()
|