Home
last modified time | relevance | path

Searched defs:ack (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/mesh/
Dmsg.c40 void bt_mesh_msg_ack_ctx_clear(struct bt_mesh_msg_ack_ctx *ack) in bt_mesh_msg_ack_ctx_clear()
47 int bt_mesh_msg_ack_ctx_prepare(struct bt_mesh_msg_ack_ctx *ack, in bt_mesh_msg_ack_ctx_prepare()
62 int bt_mesh_msg_ack_ctx_wait(struct bt_mesh_msg_ack_ctx *ack, k_timeout_t timeout) in bt_mesh_msg_ack_ctx_wait()
76 bool bt_mesh_msg_ack_ctx_match(const struct bt_mesh_msg_ack_ctx *ack, in bt_mesh_msg_ack_ctx_match()
Dmsg.h28 struct bt_mesh_msg_ack_ctx *ack; /**< Acknowledged message context. */ member
Dop_agg_srv.c31 bool ack; member
Dtransport.c113 struct k_work_delayable ack; member
852 uint32_t ack; in trans_ack() local
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmsg.h186 static inline void bt_mesh_msg_ack_ctx_init(struct bt_mesh_msg_ack_ctx *ack) in bt_mesh_msg_ack_ctx_init()
197 static inline void bt_mesh_msg_ack_ctx_reset(struct bt_mesh_msg_ack_ctx *ack) in bt_mesh_msg_ack_ctx_reset()
233 static inline bool bt_mesh_msg_ack_ctx_busy(struct bt_mesh_msg_ack_ctx *ack) in bt_mesh_msg_ack_ctx_busy()
255 static inline void bt_mesh_msg_ack_ctx_rx(struct bt_mesh_msg_ack_ctx *ack) in bt_mesh_msg_ack_ctx_rx()
/Zephyr-latest/subsys/bluetooth/controller/util/
Dmayfly.c79 uint8_t ack; in mayfly_enqueue() local
137 uint8_t ack; in dequeue() local
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_client/src/
Dmain.c210 bool ack = false; in broker_validate_packet() local
479 const struct mqtt_puback_param ack = { in mqtt_evt_handler() local
488 const struct mqtt_pubrec_param ack = { in mqtt_evt_handler() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_test.c324 uint8_t ack; in ll_test_end() local
/Zephyr-latest/subsys/net/ip/
Dtp.h65 int ack; member
Dtcp_private.h310 uint32_t ack; member
/Zephyr-latest/drivers/i2c/
Di2c_imx.c42 volatile bool ack; member
/Zephyr-latest/tests/net/dhcpv4/client/src/
Dmain.c127 static const unsigned char ack[420] = { variable
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_test.c720 uint8_t ack; in ll_test_end() local
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx.c310 bool ack = ieee802154_is_ar_flag_set(frag); in ieee802154_cc13xx_cc26xx_tx() local
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/
Dmain.c497 struct lwm2m_message ack = { in ZTEST() local
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c277 struct coap_packet ack; in coap_server_process() local
Dcoap_client.c685 struct coap_packet ack; in send_ack() local
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_nxp_setup.c298 static void fw_upload_send_ack(uint8_t ack) in fw_upload_send_ack()
474 uint8_t ack; in fw_upload_wait_length() local
Dh5.c78 #define H5_SET_ACK(hdr, ack) ((hdr)[0] |= (ack) << 3) argument
/Zephyr-latest/drivers/dp/
Dswdp_bitbang.c326 uint32_t ack; in sw_transfer() local
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c84 #define H5_SET_ACK(hdr, ack) ((hdr)[0] |= (ack) << 3) argument
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c51 uint8_t ack; /* Acknowledge counter. Imbalance member
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c243 int send_settings_frame(struct http_client_ctx *client, bool ack) in send_settings_frame()
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h672 uint8_t ack; member
684 uint8_t ack; member
703 uint8_t ack; member
720 uint8_t ack; member
/Zephyr-latest/include/zephyr/drivers/
Di3c.h1781 bool ack) in i3c_ibi_hj_response()

12