Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_events.h277 uint8_t LE_Features[8];
Dble_api.h746 tBleStatus hci_le_read_local_supported_features(uint8_t LE_Features[8]);
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/auto/
Dble_types.h880 uint8_t LE_Features[8];
4110 uint8_t LE_Features[8];
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c506 uint8_t LE_Features[8];
4954 uint8_t LE_Features[8] = {0}; in hci_le_read_local_supported_features_process() local
4963 rp0->Status = hci_le_read_local_supported_features(LE_Features); in hci_le_read_local_supported_features_process()
4965 Osal_MemCpy((void *) rp0->LE_Features,(const void *) LE_Features, 8); in hci_le_read_local_supported_features_process()