Searched defs:btc_coexist (Results 1 – 2 of 2) sorted by relevance
371 struct btc_coexist { struct372 bool bBinded; /* make sure only one adapter can bind the data context */373 void *Adapter; /* default adapter */374 struct btc_board_info boardInfo;375 struct btc_bt_info btInfo; /* some bt info referenced by non-bt module */376 struct btc_stack_info stackInfo;377 struct btc_bt_link_info btLinkInfo;378 enum btc_chip_interface chipInterface;380 bool bInitilized;381 bool bStopCoexDm;[all …]
663 struct btc_coexist { struct665 bool binded;667 void *adapter;668 struct btc_board_info board_info;670 struct btc_bt_info bt_info;671 struct btc_stack_info stack_info;672 enum btc_chip_interface chip_interface;673 struct btc_bt_link_info bt_link_info;678 bool auto_report_1ant;679 bool auto_report_2ant;[all …]