mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 15:40:11 +00:00
fix compile
This commit is contained in:
parent
11c7abd167
commit
8ca565ce9c
@ -68,6 +68,8 @@
|
|||||||
#define RFCOMM_SERVER_CHANNEL 1
|
#define RFCOMM_SERVER_CHANNEL 1
|
||||||
#define HEARTBEAT_PERIOD_MS 1000
|
#define HEARTBEAT_PERIOD_MS 1000
|
||||||
|
|
||||||
|
static void packet_handler (void * connection, uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size);
|
||||||
|
|
||||||
static uint16_t rfcomm_channel_id;
|
static uint16_t rfcomm_channel_id;
|
||||||
static uint8_t spp_service_buffer[150];
|
static uint8_t spp_service_buffer[150];
|
||||||
static timer_source_t heartbeat;
|
static timer_source_t heartbeat;
|
||||||
@ -90,7 +92,7 @@ static timer_source_t heartbeat;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* LISTING_START(SPPSetup): SPP service setup */
|
/* LISTING_START(SPPSetup): SPP service setup */
|
||||||
int spp_service_setup(){
|
void spp_service_setup(){
|
||||||
l2cap_init();
|
l2cap_init();
|
||||||
l2cap_register_packet_handler(packet_handler);
|
l2cap_register_packet_handler(packet_handler);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user