Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le.h484 int GAP_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]);
H A Dgap_le_sec.c1002 int GAP_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]) in GAP_LePairOobRsp() function
H A Dgap_le_if.c1580 info->result = GAP_LePairOobRsp(info->addr, info->accept, info->oobData); in GapLePairOobRsptask()