2008-02-01 20:59:14 +00:00
|
|
|
#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'
|
2008-03-05 23:32:16 +00:00
|
|
|
#define BT_MSG_HANDLE_SIMPLE_REQUEST 'btsR'
|
|
|
|
|
#define BT_MSG_ADD_DEVICE 'btDD'
|
|
|
|
|
|
2008-02-01 20:59:14 +00:00
|
|
|
|
|
|
|
|
#endif
|