Lines Matching refs:pin_len
862 void BTM_PINCodeReply (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask… in BTM_PINCodeReply() argument
867 btm_pair_state_descr(btm_cb.pairing_state), btm_cb.pairing_flags, pin_len, res); in BTM_PINCodeReply()
888 if ( (pin_len > PIN_CODE_LEN) || (pin_len == 0) || (p_pin == NULL) ) in BTM_PINCodeReply()
920 btm_cb.pin_code_len = pin_len; in BTM_PINCodeReply()
921 memcpy (btm_cb.pin_code, p_pin, pin_len); in BTM_PINCodeReply()
961 …BTM_TRACE_EVENT2("BTM_PINCodeReply(): Saving pin_len: %d btm_cb.pin_code_len: %d", pin_len, btm_cb… in BTM_PINCodeReply()
964 memcpy (btm_cb.pin_code, p_pin, pin_len); in BTM_PINCodeReply()
965 btm_cb.pin_code_len_saved = pin_len; in BTM_PINCodeReply()
967 btsnd_hcic_pin_code_req_reply (bd_addr, pin_len, p_pin); in BTM_PINCodeReply()
1048 tBTM_STATUS BTM_SecBond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) in BTM_SecBond() argument
1125 if (p_pin && (pin_len <= PIN_CODE_LEN) && (pin_len != 0)) in BTM_SecBond()
1127 btm_cb.pin_code_len = pin_len; in BTM_SecBond()