Home
last modified time | relevance | path

Searched refs:GapLeLongTermKeyRequest (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h187 void GapLeLongTermKeyRequest(uint16_t handle, const uint8_t *random, uint16_t ediv);
H A Dgap_sm_receive.c271 GapLeLongTermKeyRequest(param->handle, (uint8_t *)&param->random, param->ediv); in GapLeLongTermKeyRequestTask()
H A Dgap_le_sec.c495 void GapLeLongTermKeyRequest(uint16_t handle, const uint8_t *random, uint16_t ediv) in GapLeLongTermKeyRequest() function