Home
last modified time | relevance | path

Searched refs:supported_commands (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_core.h200 u8_t supported_commands[64]; member
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()
5980 memcpy(bt_dev.supported_commands, rp->commands, in read_supported_commands_complete()
5981 sizeof(bt_dev.supported_commands)); in read_supported_commands_complete()
5989 bt_dev.supported_commands[34] |= 0x02; in read_supported_commands_complete()
5990 bt_dev.supported_commands[34] |= 0x04; in read_supported_commands_complete()
6333 if (BT_CMD_LE_STATES(bt_dev.supported_commands)) { in le_init()
[all …]
A Dhci_api.c682 __hci_api_weak__ int hci_api_read_local_support_command(uint8_t supported_commands[64]) in hci_api_read_local_support_command()
700 memcpy(supported_commands, rp->commands, 64); in hci_api_read_local_support_command()
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()
/AliOS-Things-master/components/ble_host/include/
A Dhci_api.h68 int hci_api_read_local_support_command(uint8_t supported_commands[64]);

Completed in 29 milliseconds