Searched defs:btc_coexist (Results 1 – 2 of 2) sorted by relevance
360 struct btc_coexist { struct361 bool bBinded; /* make sure only one adapter can bind the data context */362 void *Adapter; /* default adapter */363 struct btc_board_info boardInfo;364 struct btc_bt_info btInfo; /* some bt info referenced by non-bt module */365 struct btc_stack_info stackInfo;366 struct btc_bt_link_info btLinkInfo;367 enum btc_chip_interface chipInterface;369 bool bInitilized;370 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 …]