diff options
Diffstat (limited to 'include/hardware/bluetooth.h')
-rw-r--r-- | include/hardware/bluetooth.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h index afa0eef7..96edd9fc 100644 --- a/include/hardware/bluetooth.h +++ b/include/hardware/bluetooth.h @@ -27,7 +27,16 @@ __BEGIN_DECLS +/** +* The Bluetooth Hardware Module ID +*/ + #define BLUETOOTH_INTERFACE_STRING "bluetoothInterface" +#define BT_HARDWARE_MODULE_ID "bluetooth" +#define BT_STACK_MODULE_ID "bluetooth" +#define BT_STACK_TEST_MODULE_ID "bluetooth_test" +#define bluetooth_module_t "bluetooth_test" + /** Bluetooth profile interface IDs */ |