#include <hci.h>
|
| void * | cbarg |
| |
| s8_t | num_cmd |
| |
| u16_t | acl_mtu |
| |
| u8_t | sco_mtu |
| |
| u16_t | acl_max_pkt |
| |
| u16_t | sco_max_pkt |
| |
| u32_t | flags |
| |
| u8_t | flow |
| |
| u16_t | host_num_acl |
| |
| u16_t | pkt_type |
| |
| u8_t | features [8] |
| |
| struct bd_addr | bdaddr |
| |
| struct hci_version_info | info |
| |
| struct hci_inq_res * | ires |
| |
| struct hci_link_key * | keyres |
| |
| err_t(* | pin_req )(void *arg, struct bd_addr *bdaddr) |
| |
| err_t(* | link_key_req )(void *arg, struct bd_addr *bdaddr) |
| |
| err_t(* | cmd_complete )(void *arg, struct hci_pcb *pcb, u8_t ogf, u8_t ocf, u8_t result) |
| |
| err_t(* | link_key_not )(void *arg, struct bd_addr *bdaddr, u8_t *key) |
| |
| err_t(* | conn_complete )(void *arg, struct bd_addr *bdaddr) |
| |
| err_t(* | inq_complete )(void *arg, struct hci_pcb *pcb, struct hci_inq_res *ires, u16_t result) |
| |
| err_t(* | wlp_complete )(void *arg, struct bd_addr *bdaddr) |
| |
| err_t(* | conn_req )(void *arg, struct bd_addr *bdaddr, u8_t *cod, u8_t link_type) |
| |
◆ acl_max_pkt
| u16_t hci_pcb::acl_max_pkt |
◆ acl_mtu
◆ bdaddr
◆ cbarg
◆ cmd_complete
◆ conn_complete
◆ conn_req
◆ features
| u8_t hci_pcb::features[8] |
◆ flags
◆ flow
◆ host_num_acl
| u16_t hci_pcb::host_num_acl |
◆ info
◆ inq_complete
◆ ires
◆ keyres
◆ link_key_not
◆ link_key_req
◆ num_cmd
◆ pin_req
◆ pkt_type
◆ sco_max_pkt
| u16_t hci_pcb::sco_max_pkt |
◆ sco_mtu
◆ wlp_complete
The documentation for this struct was generated from the following file: