mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Use typedef in signature.
parent
5661bf6bbb
commit
651bf321db
|
@ -156,7 +156,7 @@ public:
|
|||
|
||||
virtual ble_error_t addDeviceToPeriodicAdvertiserList(
|
||||
PeerAddressType_t peerAddressType,
|
||||
uint8_t *peerAddress,
|
||||
Address_t peerAddress,
|
||||
uint8_t sid
|
||||
);
|
||||
|
||||
|
|
|
@ -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
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue