Searched refs:HID_PSM_CONTROL (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidd_conn.c | 185 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()
|
D | hidd_api.c | 173 …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()
|
D | hidh_conn.c | 101 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()
|
D | hidh_api.c | 568 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/ |
D | bt_types.h | 667 #define HID_PSM_CONTROL 0x0011 macro
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 685 case HID_PSM_CONTROL: /* 0x11 */ in bta_jv_check_psm()
|