Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dbt.c77 #define HCI_CMD_MAX_PARAM 65 macro
1224 static uint8_t hex_data[HCI_CMD_MAX_PARAM]; in cmd_hci_cmd()
1234 if (strlen(argv[3]) > 2 * HCI_CMD_MAX_PARAM) { in cmd_hci_cmd()