Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h183 void GapLePairResult(uint16_t handle, uint8_t status, const SMP_PairResult *result);
H A Dgap_sm_receive.c150 GapLePairResult(param->handle, param->status, &param->result); in GapLePairResultTask()
H A Dgap_le_sec.c382 void GapLePairResult(uint16_t handle, uint8_t status, const SMP_PairResult *result) in GapLePairResult() function