Searched refs:supported_commands (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_core.c | 33 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() function 431 .func = supported_commands,
|
D | btp_l2cap.c | 602 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() function 632 .func = supported_commands,
|
D | btp_gap.c | 231 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() function 1777 .func = supported_commands,
|
D | btp_gatt.c | 220 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() function 2440 .func = supported_commands,
|
D | btp_mesh.c | 471 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/ |
D | hci_core.h | 376 uint8_t supported_commands[64]; member
|
D | hci_core.c | 289 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()
|
D | id.c | 838 if (!BT_CMD_TEST(bt_dev.supported_commands, 39, 2)) { in le_set_privacy_mode()
|