Searched refs:BT_CMD_TEST (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | ecc.c | 85 if (!BT_CMD_TEST(bt_dev.supported_commands, 34, 1) || in bt_pub_key_gen() 86 !BT_CMD_TEST(bt_dev.supported_commands, 34, 2)) { in bt_pub_key_gen() 92 if (!BT_CMD_TEST(bt_dev.supported_commands, 41, 2)) { in bt_pub_key_gen() 158 BT_CMD_TEST(bt_dev.supported_commands, 41, 2)) { in bt_pub_key_get() 221 BT_CMD_TEST(bt_dev.supported_commands, 41, 2)) { in bt_dh_key_gen()
|
D | hci_core.c | 286 if (!BT_CMD_TEST(bt_dev.supported_commands, 10, 5)) { in bt_hci_host_num_completed_packets() 479 if (!BT_CMD_TEST(bt_dev.supported_commands, 27, 7)) { in bt_hci_le_rand() 1988 if (!BT_CMD_TEST(bt_dev.supported_commands, 10, 5)) { in set_flow_control() 3410 (BT_CMD_TEST(bt_dev.supported_commands, 34, 1)) && in le_set_event_mask() 3411 (BT_CMD_TEST(bt_dev.supported_commands, 34, 2))) { in le_set_event_mask() 3501 if (BT_CMD_TEST(bt_dev.supported_commands, 41, 5)) { in le_init_iso() 4629 if (!BT_CMD_TEST(bt_dev.supported_commands, 27, 3)) { in bt_le_set_chan_map()
|
D | id.c | 833 if (!BT_CMD_TEST(bt_dev.supported_commands, 39, 2)) { in le_set_privacy_mode()
|
D | smp.c | 310 return BT_CMD_TEST(bt_dev.supported_commands, 34, 1) && in le_sc_supported() 311 BT_CMD_TEST(bt_dev.supported_commands, 34, 2); in le_sc_supported()
|
/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)
|