Home
last modified time | relevance | path

Searched refs:pinCodeLength (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap.h242 … GAP_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLength);
Dgap_if.c135 uint8_t pinCodeLength; member
896 info->result = GAP_PinCodeRsp(info->addr, info->accept, info->pinCode, info->pinCodeLength); in GapPinCodeRspTask()
899 …GAPIF_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLength) in GAPIF_PinCodeRsp() argument
912 ctx->pinCodeLength = pinCodeLength; in GAPIF_PinCodeRsp()
Dgap_br_sec.c1400 …apPINCodeRequestReply(const BtAddr *addr, uint8_t pinCode[GAP_PINCODE_SIZE], uint8_t pinCodeLength) in GapPINCodeRequestReply() argument
1406 hciCmdParam.pinCodeLength = pinCodeLength; in GapPINCodeRequestReply()
1465 …t GAP_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLength) in GAP_PinCodeRsp() argument
1475 } else if (accept == GAP_ACCEPT && (pinCode == NULL || pinCodeLength > GAP_PINCODE_SIZE)) { in GAP_PinCodeRsp()
1483 (void)memcpy_s(pin, GAP_PINCODE_SIZE, pinCode, pinCodeLength); in GAP_PinCodeRsp()
1484 ret = GapPINCodeRequestReply(addr, pin, pinCodeLength); in GAP_PinCodeRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
Dgap_if.h434 …APIF_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLength);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
Dhci_def_link_ctrl_cmd.h178 uint8_t pinCodeLength; member