Home
last modified time | relevance | path

Searched defs:octet (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_chan.c259 uint8_t octet; in chan_sel_remap_index() local
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ambiq.c37 #define BT_FEAT_SET_BIT(feat, octet, bit) (feat[octet] |= BIT(bit)) argument
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c1982 uint8_t octet = mdm_pdu_read_byte(pdu, index++); in mdm_decode_pdu() local
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h139 #define BT_CMD_TEST(cmd, octet, bit) (cmd[octet] & BIT(bit)) argument
142 #define BT_FEAT_TEST(feat, page, octet, bit) (feat[page][octet] & BIT(bit)) argument