Home
last modified time | relevance | path

Searched refs:BT_DEV_VS_CMDS_MAX (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h326 #define BT_DEV_VS_CMDS_MAX 2 macro
379 uint8_t vs_commands[BT_DEV_VS_CMDS_MAX];
Dhci_core.c3967 memcpy(bt_dev.vs_commands, rp.cmds->commands, BT_DEV_VS_CMDS_MAX); in hci_vs_init()