Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andete committed Mar 2, 2014
1 parent 6e7a557 commit 090df58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ble.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,15 @@
include = ([0x28, 0x02], "Include"),
char = ([0x28, 0x03], "Characteristic"),

chr_e_pro = ([0x29, 0x00], "Characteristic Extented Properties"),
chr_u_dsc = ([0x29, 0x01], "Characteristic User Description"),
chr_c_cnf = ([0x29, 0x02], "Client Characteristic Configuration"),
chr_s_cnf = ([0x29, 0x03], "Server Characteristic Configuration"),
chr_p_for = ([0x29, 0x04], "Characteristic Presentation Format"),
chr_a_for = ([0x29, 0x05], "Characteristic Aggregate Format"),
chr_valid = ([0x29, 0x06], "Valid Range"),
chr_exter = ([0x29, 0x07], "External Report Reference"),
chr_repor = ([0x29, 0x08], "Report Reference"),

ti_st_1 = ([0xF0, 0x00, 0xAA, 0x00, 0x04, 0x51, 0x40, 0x00, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00], "TI IR Temperature Sensor"),
ti_st_2 = ([0xF0, 0x00, 0xAA, 0x10, 0x04, 0x51, 0x40, 0x00, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00], "TI Accelerometer"),
Expand Down

0 comments on commit 090df58

Please sign in to comment.