Searched refs:GAPIF_PinCodeRsp (Results 1 – 3 of 3) sorted by relevance
434 BTSTACK_API int GAPIF_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_…
899 int GAPIF_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLen… in GAPIF_PinCodeRsp() function
2242 int result = GAPIF_PinCodeRsp(&btAddr, accept, pin.data(), pin.size()); in SetPinCode()