Home
last modified time | relevance | path

Searched refs:adv_buff_alloc (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/
DREADME.rst38 Projects/NUCLEO-WB09KE/Applications/BLE/BLE_TransparentMode/STM32_BLE/App/adv_buff_alloc.c
39 Projects/NUCLEO-WB09KE/Applications/BLE/BLE_TransparentMode/STM32_BLE/App/adv_buff_alloc.h
DCMakeLists.txt298 zephyr_library_sources(BLE_TransparentMode/STM32_BLE/App/adv_buff_alloc.c)
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dadv_buff_alloc.h15 uint8_t *adv_buff_alloc(uint8_t handle, uint16_t buffer_len, uint8_t extend, uint16_t *old_buff_len…
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() function
Daci_adv_nwk.c591 buffer = adv_buff_alloc(Advertising_Handle, Data_Length, extend, &old_buff_len, data_type); in allocate_and_set_data_ext()