Searched refs:HID_PSM_CONTROL (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/hid/ |
D | hidd_conn.cc | 213 case HID_PSM_CONTROL: in hidd_l2cif_connect_ind() 234 if (psm == HID_PSM_CONTROL) { in hidd_l2cif_connect_ind() 247 if (btm_sec_mx_access_request(p_dev->addr, HID_PSM_CONTROL, FALSE, in hidd_l2cif_connect_ind() 315 btm_sec_mx_access_request(p_dev->addr, HID_PSM_CONTROL, TRUE, in hidd_l2cif_connect_cfm() 765 if (!L2CA_Register(HID_PSM_CONTROL, (tL2CAP_APPL_INFO*)&dev_reg_info, in hidd_conn_reg() 774 L2CA_Deregister(HID_PSM_CONTROL); in hidd_conn_reg() 794 L2CA_Deregister(HID_PSM_CONTROL); in hidd_conn_dereg() 831 if ((p_dev->conn.ctrl_cid = L2CA_ConnectReq(HID_PSM_CONTROL, p_dev->addr)) == in hidd_conn_initiate()
|
D | hidh_api.cc | 466 sec_lvl, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, in HID_HostSetSecurityLevel() 473 sec_lvl, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, in HID_HostSetSecurityLevel() 480 BTM_SEC_NONE, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, in HID_HostSetSecurityLevel() 487 BTM_SEC_NONE, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, in HID_HostSetSecurityLevel()
|
D | hidd_api.cc | 132 HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HIDD_SEC_CHN)) { in HID_DevSetSecurityLevel() 138 HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HIDD_SEC_CHN)) { in HID_DevSetSecurityLevel() 144 BTM_SEC_NONE, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, in HID_DevSetSecurityLevel() 151 BTM_SEC_NONE, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, in HID_DevSetSecurityLevel()
|
D | hidh_conn.cc | 100 if (!L2CA_Register(HID_PSM_CONTROL, (tL2CAP_APPL_INFO*)&hst_reg_info, in hidh_conn_reg() 107 L2CA_Deregister(HID_PSM_CONTROL); in hidh_conn_reg() 255 if (psm == HID_PSM_CONTROL) { in hidh_l2cif_connect_ind() 266 p_dev->addr, HID_PSM_CONTROL, false, BTM_SEC_PROTO_HID, in hidh_l2cif_connect_ind() 433 p_dev->addr, HID_PSM_CONTROL, true, BTM_SEC_PROTO_HID, in hidh_l2cif_connect_cfm() 1022 p_dev->conn.ctrl_cid = L2CA_ConnectReq(HID_PSM_CONTROL, p_dev->addr); in hidh_conn_initiate() 1060 L2CA_Deregister(HID_PSM_CONTROL); in hidh_conn_dereg()
|
/system/bt/stack/include/ |
D | bt_types.h | 942 #define HID_PSM_CONTROL 0x0011 macro
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 571 case HID_PSM_CONTROL: /* 0x11 */ in bta_jv_check_psm()
|