Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
Dgap_if.h434 BTSTACK_API int GAPIF_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_…
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_if.c899 int GAPIF_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLen… in GAPIF_PinCodeRsp() function
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
Dclassic_adapter.cpp2242 int result = GAPIF_PinCodeRsp(&btAddr, accept, pin.data(), pin.size()); in SetPinCode()