mirror of
https://review.haiku-os.org/haiku
synced 2025-01-21 05:53:46 +01:00
13 lines
335 B
C
13 lines
335 B
C
|
#ifndef _BLUETOOTH_SERVER_PRIVATE_H
|
||
|
#define _BLUETOOTH_SERVER_PRIVATE_H
|
||
|
|
||
|
|
||
|
#define BLUETOOTH_SIGNATURE "application/x-vnd.Be-bluetooth_server"
|
||
|
|
||
|
#define BT_MSG_COUNT_LOCAL_DEVICES 'btCd'
|
||
|
#define BT_MSG_ADQUIRE_LOCAL_DEVICE 'btAd'
|
||
|
#define BT_MSG_GET_FRIENDLY_NAME 'btFn'
|
||
|
#define BT_MSG_GET_ADDRESS 'btGa'
|
||
|
|
||
|
#endif
|