Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_api.h597 tBleStatus hci_read_local_supported_commands(uint8_t Supported_Commands[64]);
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c467 uint8_t Supported_Commands[64];
4747 uint8_t Supported_Commands[64] = {0}; in hci_read_local_supported_commands_process() local
4756 rp0->Status = hci_read_local_supported_commands(Supported_Commands); in hci_read_local_supported_commands_process()
4758 Osal_MemCpy((void *) rp0->Supported_Commands,(const void *) Supported_Commands, 64); in hci_read_local_supported_commands_process()
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/auto/
Dble_types.h790 uint8_t Supported_Commands[64];