Home
last modified time | relevance | path

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

/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
431 .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.c231 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() function
1777 .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,
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h376 uint8_t supported_commands[64]; member
Dhci_core.c289 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()
3214 memcpy(bt_dev.supported_commands, rp->commands, sizeof(bt_dev.supported_commands)); in read_supported_commands_complete()
3482 if (BT_CMD_TEST(bt_dev.supported_commands, 41, 5)) { in le_init_iso()
3596 if (BT_CMD_LE_STATES(bt_dev.supported_commands)) { in le_init()
4427 memset(bt_dev.supported_commands, 0x00, sizeof(bt_dev.supported_commands)); in bt_disable()
4650 if (!BT_CMD_TEST(bt_dev.supported_commands, 27, 3)) { in bt_le_set_chan_map()
Did.c838 if (!BT_CMD_TEST(bt_dev.supported_commands, 39, 2)) { in le_set_privacy_mode()