updates to projVars for test service UUID values

This commit is contained in:
freqyXin 2021-05-09 16:09:09 -07:00
parent ce79bd0eef
commit db3458e98b
2 changed files with 10 additions and 2 deletions

@ -15,6 +15,8 @@ var InitResults []string
//var to hold service UUIDs
var SrvcUUID uint32
var AdapterInUse = *&bluetooth.Adapter{}
//var SrvcUUIDList map[uint32]string
//hold the values for the initial ble scan results..
@ -33,3 +35,9 @@ var Target = flag.String("t", "00:00:00:00:00:00", "Target device to attack")
//var disconnected bool = true
var log *zerolog.Logger
//Service UUIDs for testing
var SonosScanTest = bluetooth.New16BitUUID(0xfe07)
var AppleScanTest = bluetooth.New16BitUUID(0x004c)
//var ServiceUUID16Out