Home
last modified time | relevance | path

Searched defs:dlc (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Drfcomm.c221 static void rfcomm_dlc_tx_give_credits(struct bt_rfcomm_dlc *dlc, in rfcomm_dlc_tx_give_credits()
234 static void rfcomm_dlc_destroy(struct bt_rfcomm_dlc *dlc) in rfcomm_dlc_destroy()
247 static void rfcomm_dlc_disconnect(struct bt_rfcomm_dlc *dlc) in rfcomm_dlc_disconnect()
281 struct bt_rfcomm_dlc *dlc; in rfcomm_session_disconnected() local
432 struct bt_rfcomm_dlc *dlc = DLC_RTX(work); in rfcomm_dlc_rtx_timeout() local
442 static void rfcomm_dlc_init(struct bt_rfcomm_dlc *dlc, in rfcomm_dlc_init()
467 struct bt_rfcomm_dlc *dlc; in rfcomm_dlc_accept() local
515 static void rfcomm_check_fc(struct bt_rfcomm_dlc *dlc) in rfcomm_check_fc()
540 struct bt_rfcomm_dlc *dlc = p1; in rfcomm_dlc_tx_thread() local
620 static int rfcomm_send_msc(struct bt_rfcomm_dlc *dlc, uint8_t cr, in rfcomm_send_msc()
[all …]
Dhfp_hf.c611 static void hfp_hf_connected(struct bt_rfcomm_dlc *dlc) in hfp_hf_connected()
621 static void hfp_hf_disconnected(struct bt_rfcomm_dlc *dlc) in hfp_hf_disconnected()
631 static void hfp_hf_recv(struct bt_rfcomm_dlc *dlc, struct net_buf *buf) in hfp_hf_recv()
640 static int bt_hfp_hf_accept(struct bt_conn *conn, struct bt_rfcomm_dlc **dlc) in bt_hfp_hf_accept()
/Zephyr-Core-2.7.6/samples/subsys/logging/syst/src/
Dmain.c24 uint8_t dlc; member
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Drfcomm.c128 static int rfcomm_accept(struct bt_conn *conn, struct bt_rfcomm_dlc **dlc) in rfcomm_accept()
/Zephyr-Core-2.7.6/drivers/can/
Dcan_mcan.h45 volatile uint32_t dlc : 4; /* Data Length Code */ member
81 volatile uint8_t dlc : 4; /* Data Length Code */ member
107 volatile uint8_t dlc : 4; /* Data Length Code */ member
Dcan_shell.c153 size_t argc, uint8_t *data, uint8_t *dlc) in read_data()
Dcan_mcp2515.c217 uint8_t dlc; in mcp2515_convert_zcanframe_to_mcp2515frame() local
/Zephyr-Core-2.7.6/include/drivers/
Dcan.h199 uint8_t dlc; member
418 static inline uint8_t can_dlc_to_bytes(uint8_t dlc) in can_dlc_to_bytes()