Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Daci_adv_nwk.c551 uint8_t extend = FALSE; in allocate_and_set_data_ext() local
580 extend = FALSE; in allocate_and_set_data_ext()
586 extend = TRUE; in allocate_and_set_data_ext()
591 buffer = adv_buff_alloc(Advertising_Handle, Data_Length, extend, &old_buff_len, data_type); in allocate_and_set_data_ext()
Dadv_buff_alloc.c103 uint8_t *adv_buff_alloc(uint8_t handle, uint16_t buffer_len, uint8_t extend, uint16_t *old_buff_len… in adv_buff_alloc() argument
126 if(!extend){ // New allocation in adv_buff_alloc()
Dadv_buff_alloc.h15 uint8_t *adv_buff_alloc(uint8_t handle, uint16_t buffer_len, uint8_t extend, uint16_t *old_buff_len…