BLE: Use typedef in signature.

pull/8738/head
Vincent Coubard 2018-11-11 18:22:02 +00:00
parent 5661bf6bbb
commit 651bf321db
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ public:
virtual ble_error_t addDeviceToPeriodicAdvertiserList(
PeerAddressType_t peerAddressType,
uint8_t *peerAddress,
Address_t peerAddress,
uint8_t sid
);

View File

@ -2380,7 +2380,7 @@ ble_error_t GenericGap::terminateSync(Gap::PeriodicSyncHandle_t handle)
ble_error_t GenericGap::addDeviceToPeriodicAdvertiserList(
Gap::PeerAddressType_t peerAddressType,
uint8_t *peerAddress,
Address_t peerAddress,
uint8_t sid
)
{