Home
last modified time | relevance | path

Searched refs:HID_PSM_INTERRUPT (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/hid/
Dhidd_conn.cc198 case HID_PSM_INTERRUPT: in hidd_l2cif_connect_ind()
372 L2CA_ConnectReq(HID_PSM_INTERRUPT, hd_cb.device.addr)) == 0) { in hidd_l2cif_config_ind()
455 L2CA_ConnectReq(HID_PSM_INTERRUPT, hd_cb.device.addr)) == 0) { in hidd_l2cif_config_cfm()
771 if (!L2CA_Register(HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO*)&dev_reg_info, in hidd_conn_reg()
795 L2CA_Deregister(HID_PSM_INTERRUPT); in hidd_conn_dereg()
Dhidh_conn.cc105 if (!L2CA_Register(HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO*)&hst_reg_info, in hidh_conn_reg()
225 if (psm == HID_PSM_INTERRUPT) { in hidh_l2cif_connect_ind()
499 L2CA_ConnectReq(HID_PSM_INTERRUPT, hh_cb.devices[dhandle].addr); in hidh_l2cif_config_ind()
579 L2CA_ConnectReq(HID_PSM_INTERRUPT, hh_cb.devices[dhandle].addr); in hidh_l2cif_config_cfm()
1061 L2CA_Deregister(HID_PSM_INTERRUPT); in hidh_conn_dereg()
Dhidh_api.cc494 BTM_SEC_NONE, HID_PSM_INTERRUPT, BTM_SEC_PROTO_HID, in HID_HostSetSecurityLevel()
501 BTM_SEC_NONE, HID_PSM_INTERRUPT, BTM_SEC_PROTO_HID, in HID_HostSetSecurityLevel()
Dhidd_api.cc158 HID_PSM_INTERRUPT, BTM_SEC_PROTO_HID, 0)) { in HID_DevSetSecurityLevel()
164 HID_PSM_INTERRUPT, BTM_SEC_PROTO_HID, 0)) { in HID_DevSetSecurityLevel()
/system/bt/stack/include/
Dbt_types.h943 #define HID_PSM_INTERRUPT 0x0013 macro
/system/bt/bta/jv/
Dbta_jv_act.cc572 case HID_PSM_INTERRUPT: /* 0x13 */ in bta_jv_check_psm()