mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-15 03:40:42 +00:00
13 lines
207 B
C
13 lines
207 B
C
|
//
|
||
|
// platform_iphone.h
|
||
|
//
|
||
|
// support for the iPhone platform
|
||
|
//
|
||
|
// Created by Matthias Ringwald on 8/15/09.
|
||
|
//
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "hci.h"
|
||
|
|
||
|
void platform_iphone_status_handler(BLUETOOTH_STATE state);
|