mirror of https://github.com/ARMmbed/mbed-os.git
fix type
parent
9529974572
commit
6fa7a8ffce
|
@ -563,8 +563,8 @@ public:
|
||||||
*/
|
*/
|
||||||
typedef ble::scanning_policy_mode_t ScanningPolicyMode_t;
|
typedef ble::scanning_policy_mode_t ScanningPolicyMode_t;
|
||||||
|
|
||||||
static const uint8_t SCAN_POLICY_IGNORE_WHITELIST = ble::SCAN_POLICY_IGNORE_WHITELIST;
|
static const ScanningPolicyMode_t SCAN_POLICY_IGNORE_WHITELIST = ble::SCAN_POLICY_IGNORE_WHITELIST;
|
||||||
static const uint8_t SCAN_POLICY_FILTER_ALL_ADV = ble::SCAN_POLICY_FILTER_ALL_ADV;
|
static const ScanningPolicyMode_t SCAN_POLICY_FILTER_ALL_ADV = ble::SCAN_POLICY_FILTER_ALL_ADV;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enumeration of BLE PHY
|
* Enumeration of BLE PHY
|
||||||
|
|
Loading…
Reference in New Issue