Searched defs:btc_stack_info (Results 1 – 2 of 2) sorted by relevance
324 struct btc_stack_info { struct325 bool bProfileNotified;326 u16 hciVersion; /* stack hci version */327 u8 numOfLink;328 bool bBtLinkExist;329 bool bScoExist;330 bool bAclExist;331 bool bA2dpExist;332 bool bHidExist;333 u8 numOfHid;[all …]
575 struct btc_stack_info { struct576 bool profile_notified;577 u16 hci_version; /* stack hci version */578 u8 num_of_link;579 bool bt_link_exist;580 bool sco_exist;581 bool acl_exist;582 bool a2dp_exist;583 bool hid_exist;584 u8 num_of_hid;[all …]