Home
last modified time | relevance | path

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

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