Skip to content

nimble/apps/tester: Implement GATT Server BTP Service (ID 0x07) #1969

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/bttester/src/btp/btp.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "bttester.h"
#include "btp_core.h"
#include "btp_gap.h"
#include "btp_gatt.h"
#include "btp_gatts.h"
#include "btp_gattc.h"
#include "btp_l2cap.h"
#include "btp_mesh.h"
Expand All @@ -44,10 +44,10 @@

#define BTP_SERVICE_ID_CORE 0
#define BTP_SERVICE_ID_GAP 1
#define BTP_SERVICE_ID_GATT 2
#define BTP_SERVICE_ID_L2CAP 3
#define BTP_SERVICE_ID_MESH 4
#define BTP_SERVICE_ID_GATTC 6
#define BTP_SERVICE_ID_GATTS 7
#define BTP_SERVICE_ID_PACS 12
#define BTP_SERVICE_ID_BAP 14

Expand Down
339 changes: 0 additions & 339 deletions apps/bttester/src/btp/btp_gatt.h

This file was deleted.

Loading