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