Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c185 case HID_PSM_CONTROL: in hidd_l2cif_connect_ind()
201 if (psm == HID_PSM_CONTROL) { in hidd_l2cif_connect_ind()
207 …if (btm_sec_mx_access_request(p_dev->addr, HID_PSM_CONTROL, FALSE, BTM_SEC_PROTO_HID, HIDD_NOSEC_C… in hidd_l2cif_connect_ind()
260 … btm_sec_mx_access_request(p_dev->addr, HID_PSM_CONTROL, TRUE, BTM_SEC_PROTO_HID, HIDD_SEC_CHN, in hidd_l2cif_connect_cfm()
605 if (!L2CA_Register(HID_PSM_CONTROL, (tL2CAP_APPL_INFO *)&dev_reg_info)) { in hidd_conn_reg()
610 L2CA_Deregister(HID_PSM_CONTROL); in hidd_conn_reg()
628 L2CA_Deregister(HID_PSM_CONTROL); in hidd_conn_dereg()
658 if ((p_dev->conn.ctrl_cid = L2CA_ConnectReq(HID_PSM_CONTROL, p_dev->addr)) == 0) { in hidd_conn_initiate()
Dhidd_api.c173 …if (!BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_HIDD_SEC_CTRL, sec_lvl, HID_PSM_CONTROL, BTM_… in HID_DevSetSecurityLevel()
178 …if (!BTM_SetSecurityLevel(TRUE, "", BTM_SEC_SERVICE_HIDD_SEC_CTRL, sec_lvl, HID_PSM_CONTROL, BTM_S… in HID_DevSetSecurityLevel()
183 …f (!BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_HIDD_NOSEC_CTRL, BTM_SEC_NONE, HID_PSM_CONTROL, in HID_DevSetSecurityLevel()
188 …if (!BTM_SetSecurityLevel(TRUE, "", BTM_SEC_SERVICE_HIDD_NOSEC_CTRL, BTM_SEC_NONE, HID_PSM_CONTROL, in HID_DevSetSecurityLevel()
Dhidh_conn.c101 if (!L2CA_Register (HID_PSM_CONTROL, (tL2CAP_APPL_INFO *) &hst_reg_info)) { in hidh_conn_reg()
106 L2CA_Deregister( HID_PSM_CONTROL ) ; in hidh_conn_reg()
249 if (psm == HID_PSM_CONTROL) { in hidh_l2cif_connect_ind()
256 if (btm_sec_mx_access_request (p_dev->addr, HID_PSM_CONTROL, in hidh_l2cif_connect_ind()
402 btm_sec_mx_access_request (p_dev->addr, HID_PSM_CONTROL, in hidh_l2cif_connect_cfm()
980 if ((p_dev->conn.ctrl_cid = L2CA_ConnectReq (HID_PSM_CONTROL, p_dev->addr)) == 0) { in hidh_conn_initiate()
1032 L2CA_Deregister (HID_PSM_CONTROL); in hidh_conn_dereg()
Dhidh_api.c568 sec_lvl, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_SEC_CHN)) { in HID_HostSetSecurityLevel()
574 sec_lvl, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_SEC_CHN)) { in HID_HostSetSecurityLevel()
580 BTM_SEC_NONE, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_NOSEC_CHN)) { in HID_HostSetSecurityLevel()
586 BTM_SEC_NONE, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_NOSEC_CHN)) { in HID_HostSetSecurityLevel()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h667 #define HID_PSM_CONTROL 0x0011 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c685 case HID_PSM_CONTROL: /* 0x11 */ in bta_jv_check_psm()