rename DiscoveryStatus_t to DiscoveryStatus
This commit is contained in:
parent
27e204abf5
commit
cd85335b9d
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ struct DiscoveredCharacteristic {
|
|||
Gap::Handle_t valueHandle; /**< Service Handle Range. */
|
||||
};
|
||||
|
||||
struct DiscoveryStatus_t {
|
||||
struct DiscoveryStatus {
|
||||
void terminateServiceDiscovery(void) {
|
||||
serviceDiscoveryInProgress = false;
|
||||
printf("end of service discovery\r\n");
|
||||
|
@ -119,7 +119,7 @@ struct DiscoveryStatus_t {
|
|||
bool characteristicDiscoveryInProgress;
|
||||
};
|
||||
|
||||
static DiscoveryStatus_t discoveryStatus;
|
||||
static DiscoveryStatus discoveryStatus;
|
||||
|
||||
void launchServiceDiscovery(Gap::Handle_t connectionHandle)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue