Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Decc.c85 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()
Dhci_ecc.h10 void bt_hci_ecc_supported_commands(uint8_t *supported_commands);
Dhci_ecc.c377 void bt_hci_ecc_supported_commands(uint8_t *supported_commands) in bt_hci_ecc_supported_commands() argument
380 supported_commands[34] |= BIT(1); in bt_hci_ecc_supported_commands()
382 supported_commands[34] |= BIT(2); in bt_hci_ecc_supported_commands()
384 supported_commands[41] |= BIT(2); in bt_hci_ecc_supported_commands()
Dhci_core.c286 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()
3212 memcpy(bt_dev.supported_commands, rp->commands, in read_supported_commands_complete()
3213 sizeof(bt_dev.supported_commands)); in read_supported_commands_complete()
3219 bt_hci_ecc_supported_commands(bt_dev.supported_commands); in read_supported_commands_complete()
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()
3615 if (BT_CMD_LE_STATES(bt_dev.supported_commands)) { in le_init()
[all …]
Dhci_core.h374 uint8_t supported_commands[64]; member
Did.c833 if (!BT_CMD_TEST(bt_dev.supported_commands, 39, 2)) { in le_set_privacy_mode()
Dsmp.c310 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/tests/bluetooth/tester/src/
Dbtp_core.c33 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() function
418 .func = supported_commands,
Dbtp_l2cap.c602 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() function
632 .func = supported_commands,
Dbtp_gap.c237 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() function
1722 .func = supported_commands,
Dbtp_gatt.c220 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() function
2440 .func = supported_commands,
Dbtp_mesh.c471 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() function
4782 .func = supported_commands,