mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 08:37:22 +00:00
13 lines
216 B
C
13 lines
216 B
C
/*
|
|
* bt_control_iphone.h
|
|
*
|
|
* BT Control API implementation for the iPhone and the iPod Touch
|
|
*
|
|
* Created by Matthias Ringwald on 5/19/09.
|
|
*/
|
|
|
|
#include "bt_control.h"
|
|
|
|
extern bt_control_t bt_control_iphone;
|
|
|