Home
last modified time | relevance | path

Searched refs:BT_CMD_TEST (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h68 #define BT_CMD_TEST(cmd, octet, bit) (cmd[octet] & BIT(bit)) macro
69 #define BT_CMD_LE_STATES(cmd) BT_CMD_TEST(cmd, 28, 3)
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_core.c236 if (!BT_CMD_TEST(bt_dev.supported_commands, 10, 5)) { in report_completed_packet()
2895 if (!BT_CMD_TEST(bt_dev.supported_commands, 10, 5)) { in set_flow_control()
2928 if (!BT_CMD_TEST(bt_dev.supported_commands, 10, 5)) { in set_flow_control()
4116 if (!BT_CMD_TEST(bt_dev.supported_commands, 39, 2)) { in le_set_privacy_mode()
4141 if (!BT_CMD_TEST(bt_dev.supported_commands, 39, 2)) { in le_set_privacy_mode()
6266 (BT_CMD_TEST(bt_dev.supported_commands, 34, 1)) && in le_set_event_mask()
6267 (BT_CMD_TEST(bt_dev.supported_commands, 34, 2))) { in le_set_event_mask()
9502 if (!BT_CMD_TEST(bt_dev.supported_commands, 27, 3)) { in bt_le_set_chan_map()
9816 if (!BT_CMD_TEST(bt_dev.supported_commands, 34, 1) || in bt_pub_key_gen()
9817 !BT_CMD_TEST(bt_dev.supported_commands, 34, 2)) { in bt_pub_key_gen()
A Dsmp.c5547 return BT_CMD_TEST(bt_dev.supported_commands, 34, 1) && in le_sc_supported()
5548 BT_CMD_TEST(bt_dev.supported_commands, 34, 2); in le_sc_supported()

Completed in 37 milliseconds