Home | History | Annotate | Download | only in dm

Lines Matching refs:pin_reply

890 ** Description      Send the pin_reply to a request from BTM
901 current_trusted_mask = BTM_ReadTrustedMask(p_data->pin_reply.bd_addr);
912 if(p_data->pin_reply.accept)
915 BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_SUCCESS, p_data->pin_reply.pin_len, p_data->pin_reply.p_pin, trusted_mask );
919 BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_NOT_AUTHORIZED, 0, NULL, trusted_mask );
4838 if (p_data->pin_reply.accept)