Please send me the definition of the btstack_packet_handler_t.
Comment #1
Posted on Feb 23, 2015 by Swift Oxit's in btstack/include/btstack/btstack.h
btw, you could even use Google in this case, search for "typedef btstack_packet_handler_t"
Comment #2
Posted on Feb 23, 2015 by Grumpy RhinoComment deleted
Comment #3
Posted on Feb 23, 2015 by Grumpy RhinoDid 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?
Comment #4
Posted on Feb 23, 2015 by Grumpy RhinoI 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?
Comment #5
Posted on Feb 23, 2015 by Swift Ox// 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
Status: Invalid
Labels:
Type-Patch