Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Daci_adv_nwk.c633 …if(((Enable & 0x01U) == 0x01U) && (new_buff_pending(Advertising_Handle, PERIODIC_ADV_DATA) == TRUE… in hci_le_set_periodic_advertising_enable_preprocess()
651 if(new_buff_pending(Advertising_Set_Parameters[i].Advertising_Handle, ADV_DATA) == TRUE || in hci_le_set_extended_advertising_enable_preprocess()
652 new_buff_pending(Advertising_Set_Parameters[i].Advertising_Handle, SCAN_RESP_DATA) == TRUE) in hci_le_set_extended_advertising_enable_preprocess()
Dadv_buff_alloc.h21 uint8_t new_buff_pending(uint8_t handle, uint8_t data_type);
Dadv_buff_alloc.c76 uint8_t new_buff_pending(uint8_t handle, uint8_t data_type) in new_buff_pending() function