Home
last modified time | relevance | path

Searched refs:BT_RFCOMM_SET_LEN_16 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm_internal.h158 #define BT_RFCOMM_SET_LEN_16(len) ((len) << 1) macro
Drfcomm.c1482 net_buf_push_le16(buf, BT_RFCOMM_SET_LEN_16(buf->len)); in bt_rfcomm_dlc_send()