Searched refs:BT_CMD_TEST (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | hci_core.c | 289 if (!BT_CMD_TEST(bt_dev.supported_commands, 10, 5)) { in bt_hci_host_num_completed_packets() 482 if (!BT_CMD_TEST(bt_dev.supported_commands, 27, 7)) { in bt_hci_le_rand() 1994 if (!BT_CMD_TEST(bt_dev.supported_commands, 10, 5)) { in set_flow_control() 3482 if (BT_CMD_TEST(bt_dev.supported_commands, 41, 5)) { in le_init_iso() 4650 if (!BT_CMD_TEST(bt_dev.supported_commands, 27, 3)) { in bt_le_set_chan_map()
|
| D | id.c | 838 if (!BT_CMD_TEST(bt_dev.supported_commands, 39, 2)) { in le_set_privacy_mode()
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | hci_types.h | 139 #define BT_CMD_TEST(cmd, octet, bit) (cmd[octet] & BIT(bit)) macro 140 #define BT_CMD_LE_STATES(cmd) BT_CMD_TEST(cmd, 28, 3)
|