Compare commits

..

No commits in common. "b52c585528b90cf216de50782987838a013c200b" and "a693a92115902519f332bf8cca02d24782de7a3f" have entirely different histories.

1 changed files with 3 additions and 4 deletions

View File

@ -967,10 +967,9 @@ type StatusMessage struct {
}
type BleManufacturerData struct {
CompanyId uint16 `json:"company_id,omitempty"`
Name string `json:"name,omitempty"`
Services []string `json:"services,omitempty"`
Data []byte `json:"data,omitempty"`
CompanyId uint16 `json:"company_id,omitempty"`
CompanyName string `json:"company_name,omitempty"`
Data []byte `json:"data,omitempty"`
}
type BleAdvertisementPayload struct {