13 lines
360 B
C
13 lines
360 B
C
|
/*
|
||
|
* Copyright 2008 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
|
||
|
* All rights reserved. Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _BTMODULES_H
|
||
|
#define _BTMODULES_H
|
||
|
|
||
|
|
||
|
#define NET_BLUETOOTH_DEVICE_NAME "network/devices/bluetooth/v1"
|
||
|
#define NET_BLUETOOTH_L2CAP_NAME "network/protocols/l2cap/v1"
|
||
|
|
||
|
#endif // _BCOREDATA_H
|