Searched refs:pinCodeLength (Results 1 – 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
D | gap.h | 242 … GAP_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLength);
|
D | gap_if.c | 135 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()
|
D | gap_br_sec.c | 1400 …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/ |
D | gap_if.h | 434 …APIF_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLength);
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
D | hci_def_link_ctrl_cmd.h | 178 uint8_t pinCodeLength; member
|