9 lines
245 B
C
9 lines
245 B
C
#ifndef BLUETOOTH_SIG_VALUES_H
|
|
#define BLUETOOTH_SIG_VALUES_H
|
|
|
|
#define BLE_DEVICE_APPEARANCE (0x00C2) //Smart Watch
|
|
#define BLE_DEVICE_NAME "MDBT42Q_DEV"
|
|
|
|
#define BLE_DEVICE_ADV_SERVICE (0x180F) //Battery Service
|
|
|
|
#endif //BLUETOOTH_SIG_VALUES_H
|