Skip to content

Commit cd7d9c5

Browse files
committed
Cordio pal SM: comment appropriately privacy related functions.
1 parent 1170b31 commit cd7d9c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ble_error_t CordioSecurityManager::reset()
6262

6363
uint8_t CordioSecurityManager::read_resolving_list_capacity()
6464
{
65-
// FIXME: implement
65+
// FIXME: Implement with privacy support.
6666
return 0;
6767
}
6868

@@ -71,18 +71,21 @@ ble_error_t CordioSecurityManager::add_device_to_resolving_list(
7171
const address_t &peer_identity_address,
7272
const irk_t &peer_irk
7373
) {
74+
// FIXME: Implement with privacy support.
7475
return BLE_ERROR_NOT_IMPLEMENTED;
7576
}
7677

7778
ble_error_t CordioSecurityManager::remove_device_from_resolving_list(
7879
advertising_peer_address_type_t peer_identity_address_type,
7980
const address_t& peer_identity_address
8081
) {
82+
// FIXME: Implement with privacy support.
8183
return BLE_ERROR_NOT_IMPLEMENTED;
8284
}
8385

8486
ble_error_t CordioSecurityManager::clear_resolving_list()
8587
{
88+
// FIXME: Implement with privacy support.
8689
return BLE_ERROR_NOT_IMPLEMENTED;
8790
}
8891

0 commit comments

Comments
 (0)