Home
last modified time | relevance | path

Searched refs:irks (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.h37 int BTM_GetAllRemoteIdentityResolvingKey(BtmIdentityResolvingKey **irks, uint16_t *count);
H A Dbtm_le_sec.c445 int BTM_GetAllRemoteIdentityResolvingKey(BtmIdentityResolvingKey **irks, uint16_t *count) in BTM_GetAllRemoteIdentityResolvingKey() argument
447 if (irks == NULL || count == 0) { in BTM_GetAllRemoteIdentityResolvingKey()
472 *irks = devIrks; in BTM_GetAllRemoteIdentityResolvingKey()
476 *irks = NULL; in BTM_GetAllRemoteIdentityResolvingKey()

Completed in 3 milliseconds