Home
last modified time | relevance | path

Searched refs:ble_buff_hdr_t (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/
Dhci.h67 ble_buff_hdr_t *ptr_evnt_hdr);
106 ble_buff_hdr_t *ptr_buff_hdr);
118 ble_buff_hdr_t *ptr_buff_hdr);
139 ble_buff_hdr_t* hci_alloc_msg(void);
147 ble_buff_hdr_t *ptr_hci_msg);
185 uint8_t hci_queue_send_pckt(ble_buff_hdr_t *ptr_evnt_hdr);
Dll_intf.h205 ble_buff_hdr_t adv_rprt_data;
229 ble_buff_hdr_t *ptr_data;
443ble_buff_hdr_t *ptr_iq_samples; /* Pointer to the IQ samples buffer received in AUX_SYNC_IND PDU…
461ble_buff_hdr_t *ptr_iq_samples; /* Pointer to the IQ samples buffer received during the connecti…
658 ble_buff_hdr_t *ptr_data;/*ptr to Data received from a Periodic Advertising packet.*/
1130 ble_buff_hdr_t *received_acl_data_packet);
1854 typedef uint8_t (*hst_cbk)(ble_buff_hdr_t *ptr_evnt_hdr);
1855 typedef void (*hst_cbk_queue_full)(ble_buff_hdr_t *ptr_evnt_hdr);
2731 ble_buff_hdr_t *ptr_pkt);
3711 void ll_intf_free_ll_pkt_hndlr(ble_buff_hdr_t* pkt);
Dcommon_types.h343 } pkt_buff_hdr_t ,ble_buff_hdr_t, *ble_buff_hdr_p; typedef
350 ble_buff_hdr_t pkt; /* PDU Packet */
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_sys/src/
Dll_sys_startup.c36 static void ll_sys_event_missed_cb( ble_buff_hdr_t* ptr_evnt_hdr ) in ll_sys_event_missed_cb()