-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
951ab27
commit 160d28c
Showing
5 changed files
with
249 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
PRIMARY_SERVICE, GAP_SERVICE | ||
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "LE Streamer" | ||
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "Bluepad32" | ||
|
||
PRIMARY_SERVICE, GATT_SERVICE | ||
CHARACTERISTIC, GATT_DATABASE_HASH, READ, | ||
|
||
// Test Service | ||
PRIMARY_SERVICE, 0000FF10-0000-1000-8000-00805F9B34FB | ||
// Test Characteristic A, write_without_response as well as notify | ||
CHARACTERISTIC, 0000FF11-0000-1000-8000-00805F9B34FB, WRITE_WITHOUT_RESPONSE | NOTIFY | DYNAMIC, | ||
// Test Characteristic B, write_without_response as well as notify | ||
CHARACTERISTIC, 0000FF12-0000-1000-8000-00805F9B34FB, WRITE_WITHOUT_RESPONSE | NOTIFY | DYNAMIC, | ||
// Bluepad32 Service | ||
PRIMARY_SERVICE, 4627C4A4-AC00-46B9-B688-AFC5C1BF7F63 | ||
// Delete stored bonded keys | ||
CHARACTERISTIC, 4627C4A4-AC01-46B9-B688-AFC5C1BF7F63, READ | WRITE | DYNAMIC | ||
|
||
// add Battery Service | ||
#import <battery_service.gatt> | ||
|
||
// add Device ID Service | ||
#import <device_information_service.gatt> | ||
|
||
// add HID Service | ||
// #import <hids.gatt> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters