NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
tBTA_DM_API_PIN_REPLY Struct Reference

Description

Definition at line 250 of file bta_dm_int.h.

Public Attributes

BT_HDR hdr
 
BD_ADDR bd_addr
 
BOOLEAN accept
 
UINT8 pin_len
 
UINT8 p_pin [PIN_CODE_LEN]
 

Member Data Documentation

◆ hdr

BT_HDR tBTA_DM_API_PIN_REPLY::hdr

Definition at line 252 of file bta_dm_int.h.

◆ bd_addr

BD_ADDR tBTA_DM_API_PIN_REPLY::bd_addr

Definition at line 253 of file bta_dm_int.h.

◆ accept

BOOLEAN tBTA_DM_API_PIN_REPLY::accept

Definition at line 254 of file bta_dm_int.h.

◆ pin_len

UINT8 tBTA_DM_API_PIN_REPLY::pin_len

Definition at line 255 of file bta_dm_int.h.

◆ p_pin

UINT8 tBTA_DM_API_PIN_REPLY::p_pin[PIN_CODE_LEN]

Definition at line 256 of file bta_dm_int.h.