captaingz2github / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

Help - how to find btstack_packet_handler_t definition #450

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please send me the definition of the btstack_packet_handler_t.

Original issue reported on code.google.com by svrajas...@gmail.com on 22 Feb 2015 at 7:51

Attachments:

GoogleCodeExporter commented 9 years ago
it's in btstack/include/btstack/btstack.h

btw, you could even use Google in this case, search for "typedef 
btstack_packet_handler_t"

Original comment by matthias.ringwald@gmail.com on 23 Feb 2015 at 8:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Did you understand the English? 
I tried all possibilities to find out the definition of 
"btstack_packet_handler_t".
we can't get the permission to open this file 
btstack/include/btstack/btstack.h.\
I didn't understand, As the project Member why you are hesitate to send the 
definition?

Original comment by svrajas...@gmail.com on 23 Feb 2015 at 1:32

GoogleCodeExporter commented 9 years ago
I tried all possibilities to find out the definition of 
"btstack_packet_handler_t".
we don't have the permission to open the file btstack/include/btstack/btstack.h.
I didn't understand, As the project Member why you are hesitate to send the 
definition?

Original comment by svrajas...@gmail.com on 23 Feb 2015 at 1:34

GoogleCodeExporter commented 9 years ago
// packet handler
typedef void (*btstack_packet_handler_t) (uint8_t packet_type, uint16_t 
channel, uint8_t *packet, uint16_t size);

I don't understand "we don't have the permission to open the file 
btstack/include/btstack/btstack.h."
it's e.g. here: 
https://code.google.com/p/btstack/source/browse/trunk/include/btstack/btstack.h

Original comment by matthias.ringwald@gmail.com on 23 Feb 2015 at 9:01