Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5.h46 typedef void (*packet_recv)(hci_data_type_t type, uint8_t *data, uint32_t len); typedef
49 void (*h5_int_init)(packet_recv h5_callbacks);
A Dh5.c238 static packet_recv h5_int_hal_callbacks;
1500 static void hci_h5_int_init(packet_recv h5_callbacks) in hci_h5_int_init()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Daf_packet.h115 int packet_recv(int s, void *mem, size_t len, int flags);
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Daf_packet.c494 packet_recv(int s, void *mem, size_t len, int flags) in packet_recv() function
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c1140 return packet_recv(s, mem, len, flags); in lwip_recv()

Completed in 15 milliseconds