Searched refs:HID_PSM_CONTROL (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/hid/ |
D | hidh_api.c | 505 sec_lvl, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_SEC_CHN)) in HID_HostSetSecurityLevel() 512 sec_lvl, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_SEC_CHN)) in HID_HostSetSecurityLevel() 519 BTM_SEC_NONE, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_NOSEC_CHN)) in HID_HostSetSecurityLevel() 526 BTM_SEC_NONE, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_NOSEC_CHN)) in HID_HostSetSecurityLevel()
|
D | hidh_conn.c | 104 if (!L2CA_Register (HID_PSM_CONTROL, (tL2CAP_APPL_INFO *) &hst_reg_info)) in hidh_conn_reg() 111 L2CA_Deregister( HID_PSM_CONTROL ) ; in hidh_conn_reg() 265 if (psm == HID_PSM_CONTROL) in hidh_l2cif_connect_ind() 273 if(btm_sec_mx_access_request (p_dev->addr, HID_PSM_CONTROL, in hidh_l2cif_connect_ind() 442 btm_sec_mx_access_request (p_dev->addr, HID_PSM_CONTROL, in hidh_l2cif_connect_cfm() 1044 if ((p_dev->conn.ctrl_cid = L2CA_ConnectReq (HID_PSM_CONTROL, p_dev->addr)) == 0) in hidh_conn_initiate() 1085 L2CA_Deregister (HID_PSM_CONTROL); in hidh_conn_dereg()
|
/system/bt/stack/include/ |
D | bt_types.h | 695 #define HID_PSM_CONTROL 0x0011 macro
|
/system/bt/bta/jv/ |
D | bta_jv_act.c | 623 case HID_PSM_CONTROL: /* 0x11 */ in bta_jv_check_psm()
|