Home | History | Annotate | Download | only in dm

Lines Matching refs:pin_reply

910 ** Description      Send the pin_reply to a request from BTM
921 current_trusted_mask = BTM_ReadTrustedMask(p_data->pin_reply.bd_addr);
932 if(p_data->pin_reply.accept)
935 BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_SUCCESS, p_data->pin_reply.pin_len, p_data->pin_reply.p_pin, trusted_mask );
939 BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_NOT_AUTHORIZED, 0, NULL, trusted_mask );
5057 if (p_data->pin_reply.accept)