Source position: bte.inc line 92
type bte_pcb = packed record  | 
err: cuint8;  | 
state: cuint32;  | 
cbarg: pointer;  | 
ctrl_req_head: Pctrl_req_t;  | 
ctrl_req_tail: Pctrl_req_t;  | 
cmdq: lwpq_t;  | 
bdaddr: _bd_addr;  | 
ctl_pcb: Pl2cap_pcb;  | 
data_pcb: Pl2cap_pcb;  | 
recv: Trecv;  | 
conn_cfm: Tconn_cfm;  | 
disconn_cfm: Tdisconn_cfm;  | 
end;  |