Searched refs:ack_buf (Results 1 – 3 of 3) sorted by relevance
96 struct net_buf *ack_buf; in entrypoint_dut() local116 ack_buf = k_fifo_get(&ack_todo, K_FOREVER); in entrypoint_dut()117 __ASSERT_NO_MSG(ack_buf); in entrypoint_dut()119 acl_pool_refs_held_remove(ack_buf); in entrypoint_dut()120 err = bt_l2cap_chan_recv_complete(&le_chan.chan, ack_buf); in entrypoint_dut()
249 uint8_t ack_buf[] = { B91_ACK_TYPE, 0, seq_num }; in b91_send_ack() local251 if (b91_set_tx_payload(ack_buf, sizeof(ack_buf))) { in b91_send_ack()
237 uint8_t ack_buf[COAP_TOKEN_MAX_LEN + 4U]; in coap_server_process() local240 ret = coap_ack_init(&ack, &request, ack_buf, sizeof(ack_buf), (uint8_t)ret); in coap_server_process()