SingingCat
0
application
include
espressif
esp32_bluetooth.h
1
#ifndef ESP32_BLUETOOTH_H
2
#define ESP32_BLUETOOTH_H
3
4
#define MAX_BT_PEERS 100
5
typedef
struct
bt_peer
{
6
uint64_t mac;
7
char
name[64];
8
}
_bt_peer
;
9
10
typedef
struct
bt_peer_info
{
11
struct
command
* bt_peer_com;
12
uint8_t valid;
13
uint8_t peercount;
14
struct
bt_peer
peers[MAX_BT_PEERS];
15
}
_bt_peer_info
;
16
17
void
bt_peer_update(
const
uint8_t *buf,
int
size);
18
19
#endif
bt_peer_info
Definition:
esp32_bluetooth.h:10
bt_peer
Definition:
esp32_bluetooth.h:5
command
Definition:
command.h:10
Generated on Tue May 28 2024 19:13:43 for SingingCat by
1.9.4