Skip to content

Commit

Permalink
remove command code as ble no longer handle message filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
vult0306 committed Jan 24, 2024
1 parent 590401b commit 77c7b25
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ble/main/tm_ble.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ typedef enum {
PHONE_BLE_SESSION = 0x01,
//below commands only available after session is successfully created
PHONE_BLE_COMMAND = 0x02,
PHONE_BLE_BATTERY = 0x03,
PHONE_BLE_PING_BIKE = 0x06,
PHONE_BLE_OPEN_SEAT = 0x07,
PHONE_BLE_DIAG = 0x08,
PHONE_BLE_BIKE_INFO = 0x09,
PHONE_BLE_POWER_ON = 0x0A,
PHONE_BLE_CELLULAR = 0x0B,
PHONE_BLE_LOCATION = 0x0C,
PHONE_BLE_RIDE_TRACKING = 0x0D,

TM_BLE_GET_TIME = 0xFA,
BLE_START_ADVERTISE = 0xFB,
Expand Down

0 comments on commit 77c7b25

Please sign in to comment.