Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dpawr_buff_alloc.c27 static uint8_t pawr_subevent_buf[CFG_BLE_PAWR_SUBEVENT_DATA_COUNT_MAX][MAX_PAWR_SUBEVENT_DATA_SIZE];
29 static uint8_t pawr_resp_buff[MAX_PAWR_RESPONSE_SUBEVENT_COUNT][MAX_PAWR_SUBEVENT_DATA_SIZE];
Dpawr_buff_alloc.h7 #define MAX_PAWR_SUBEVENT_DATA_SIZE 249 macro
Daci_adv_nwk.c223 if(Subevent_Data_Parameters[i].Subevent_Data_Length > MAX_PAWR_SUBEVENT_DATA_SIZE) in hci_le_set_periodic_advertising_subevent_data()