Searched refs:extend (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/ |
D | aci_adv_nwk.c | 551 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()
|
D | adv_buff_alloc.c | 103 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()
|
D | adv_buff_alloc.h | 15 uint8_t *adv_buff_alloc(uint8_t handle, uint16_t buffer_len, uint8_t extend, uint16_t *old_buff_len…
|