Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c78 #define HCI_CMD_MAX_PARAM 65 macro
1370 static uint8_t hex_data[HCI_CMD_MAX_PARAM]; in cmd_hci_cmd()
1380 if (strlen(argv[3]) > 2 * HCI_CMD_MAX_PARAM) { in cmd_hci_cmd()