summaryrefslogtreecommitdiff
path: root/system/stack/hid
AgeCommit message (Expand)Author
2021-10-06Add base/logging.h for LOG-related macros. Qijiang Fan
2021-09-28SDP: Invoke complete callback when L2cap channel is closed Hansong Zhang
2021-09-25legacy: Explicitly include stack/include/bt_types Chris Manton
2021-09-25legacy: Explicitly include types/bluetooth/uuid Chris Manton
2021-09-24legacy: Explicitly include types/raw_address Chris Manton
2021-09-23legacy: stack: Properly include stack/include/bt_hdr Chris Manton
2021-09-20Merge "legacy: Clean up unused variables" Treehugger Robot
2021-09-20legacy: Clean up unused variables Chris Manton
2021-09-20legacy: Remove unused include btu.h Chris Manton
2021-09-18legacy: Properly include osi_allocator Chris Manton
2021-09-09legacy: Un-include bt_common Chris Manton
2021-09-03legacy: Explicitly include osi/include/allocator Chris Manton
2021-08-27legacy: Un-include unnecessary stack/include/bt_types Chris Manton
2021-05-02Remove unused member tHID_HOST_DEV_CTB::conn_substate Chris Manton
2021-05-02btm_log: Streamline hid logging Chris Manton
2021-04-28Fix for hid disconnect with unknown channel Chris Manton
2021-04-28Konstify configurable params kHID_HOST_MAX_DEVICES Chris Manton
2021-04-28Re-include stack/hid/hidh_int Chris Manton
2021-04-28Re-include stack/hid/hidd_int Chris Manton
2021-04-28Decl-def same line stack var stack/hid/::tHID_CONN Chris Manton
2021-04-22Merge "HIDH: Initialize the ctrl_cid after trigger l2cap disconnect" Treehugger Robot
2021-04-21BTM_history: Add dev states to stack hid host profile Chris Manton
2021-04-21HIDH: Initialize the ctrl_cid after trigger l2cap disconnect weichinweng
2021-04-19legacy: Remove unused var stack/hid/hidh_conn Chris Manton
2021-04-19legacy: Use stack/hid/hid_conn::tHID_CONN_STATE Chris Manton
2021-04-19legacy: Add stack/hid/hid_conn::hid_conn_state_text Chris Manton
2021-04-19legacy: Enum-ify stack/hid/hid_conn::tHID_CONN_STATE Chris Manton
2021-04-19Use proper types tSDP_STATUS Chris Manton
2021-03-26Use proper type tHCI_REASON btm_get_acl_disc_reason_code Chris Manton
2021-03-05Re-include stack/hid/hidd_conn.cc Chris Manton
2021-03-02Streamline stack/hid/hidh_conn::hidh_conn_disconnect Chris Manton
2021-03-02Streamline stack/hid/hidh_conn::hidh_l2cif_disconnect Chris Manton
2021-03-02Canonicalize stack/hid/hidh_conn.cc Chris Manton
2021-02-26Add host support for stack/ Hansong Zhang
2021-01-31Properly include various compilation units Chris Manton
2021-01-07Un-include stack/btm/btm_int Chris Manton
2020-10-16Internally link stack/hid/hidh_conn:: Chris Manton
2020-10-16Remove unused code Chris Manton
2020-10-09stack/l2c: Add support for credit based connection oriented channels Ɓukasz Rymanowski
2020-10-02HIDH: Don't set a minimum MTU Myles Watson
2020-10-01HIDH: Register for HID_PSM_CONTROL Myles Watson
2020-09-28RFCOMM, AVDT, HID: L2cap signal id is not used Hansong Zhang
2020-09-28Include initial remote config in pL2CA_ConfigCfm_Cb Hansong Zhang
2020-09-28L2cap: Auto send ConnectRsp Hansong Zhang
2020-09-28L2cap channel cb: Store who initiated dynamic channel Hansong Zhang
2020-09-28We always send pL2CA_ConfigCfm_Cb with status OK Hansong Zhang
2020-09-27l2c_csm: Use pL2CA_Error_Cb on error Hansong Zhang
2020-09-27Introduce pL2CA_Error_Cb Hansong Zhang
2020-09-26Use hidh_on_l2cap_error for error handling Hansong Zhang
2020-09-26Use hidd_on_l2cap_error for error handling Hansong Zhang