BTM_PINCodeReply() function
* Function BTM_PINCodeReply * Description This function is called after Security Manager submitted * PIN code request to the UI. * Parameters: bd_addr - Address of the device for which PIN was requested * res - result of the operation BTM_SUCCESS if success * pin_len - length in bytes of the PIN Code * p_pin - pointer to array with the PIN Code * trusted_mask - bitwise OR of trusted services (array of UINT32) * Returns void
![]()
void BTM_PINCodeReply (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])![]()
BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_SUCCESS, p_data->pin_reply.pin_len, p_data->pin_reply.p_pin, trusted_mask );![]()
BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_NOT_AUTHORIZED, 0, NULL, trusted_mask );![]()
BTM_PINCodeReply (p_dev_rec->bd_addr, BTM_SUCCESS, btm_cb.pin_code_len, btm_cb.pin_code, p_dev_rec->trusted_mask);
BTM_PINCodeReply() is called by 2 functions and calls 9 functions:
![]()
BTM_PINCodeReply()
BTM_PINCodeReply() reads 27 variables and writes 7 variables:
![]()
BTM_PINCodeReply()