Searched refs:adv_buf (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_stack_user_cfg.h | 224 uint8_t GAP_parse_connectable_advertising_report_ucfg(uint8_t* adv_buf, 226 uint8_t GAP_parse_connectable_advertising_report_ucfg_weak(uint8_t* adv_buf, 228 uint8_t GAP_parse_connectable_advertising_report(uint8_t* adv_buf, 231 uint8_t GAP_parse_advertising_report_ucfg(uint8_t* adv_buf, 233 uint8_t GAP_parse_advertising_report_ucfg_weak(uint8_t* adv_buf, 235 uint8_t GAP_parse_advertising_report(uint8_t* adv_buf,
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/config/ |
D | ble_stack_user_cfg.c | 342 uint8_t GAP_parse_connectable_advertising_report_ucfg(uint8_t* adv_buf, in GAP_parse_connectable_advertising_report_ucfg() argument 345 return GAP_parse_connectable_advertising_report(adv_buf, in GAP_parse_connectable_advertising_report_ucfg() 354 uint8_t GAP_parse_advertising_report_ucfg(uint8_t* adv_buf, in GAP_parse_advertising_report_ucfg() argument 357 return GAP_parse_advertising_report(adv_buf, in GAP_parse_advertising_report_ucfg()
|