Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c175 case HID_PSM_INTERRUPT: in hidd_l2cif_connect_ind()
302 if ((p_hcon->intr_cid = L2CA_ConnectReq(HID_PSM_INTERRUPT, hd_cb.device.addr)) == 0) { in hidd_l2cif_config_ind()
362 if ((p_hcon->intr_cid = L2CA_ConnectReq(HID_PSM_INTERRUPT, hd_cb.device.addr)) == 0) { in hidd_l2cif_config_cfm()
602 if (!L2CA_Register(HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO *)&dev_reg_info)) { in hidd_conn_reg()
622 L2CA_Deregister(HID_PSM_INTERRUPT); in hidd_conn_dereg()
Dhidh_conn.c105 if (!L2CA_Register (HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO *) &hst_reg_info)) { in hidh_conn_reg()
221 if (psm == HID_PSM_INTERRUPT) { in hidh_l2cif_connect_ind()
464 … if ((p_hcon->intr_cid = L2CA_ConnectReq (HID_PSM_INTERRUPT, hh_cb.devices[dhandle].addr)) == 0) { in hidh_l2cif_config_ind()
535 … if ((p_hcon->intr_cid = L2CA_ConnectReq (HID_PSM_INTERRUPT, hh_cb.devices[dhandle].addr)) == 0) { in hidh_l2cif_config_cfm()
1019 L2CA_Deregister (HID_PSM_INTERRUPT); in hidh_conn_dereg()
Dhidd_api.c193 …if (!BTM_SetSecurityLevel(TRUE, "", BTM_SEC_SERVICE_HIDD_INTR, BTM_SEC_NONE, HID_PSM_INTERRUPT, BT… in HID_DevSetSecurityLevel()
198 …if (!BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_HIDD_INTR, BTM_SEC_NONE, HID_PSM_INTERRUPT, B… in HID_DevSetSecurityLevel()
Dhidh_api.c592 BTM_SEC_NONE, HID_PSM_INTERRUPT, BTM_SEC_PROTO_HID, 0)) { in HID_HostSetSecurityLevel()
598 BTM_SEC_NONE, HID_PSM_INTERRUPT, BTM_SEC_PROTO_HID, 0)) { in HID_HostSetSecurityLevel()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h668 #define HID_PSM_INTERRUPT 0x0013 macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c683 case HID_PSM_INTERRUPT: /* 0x13 */ in bta_jv_check_psm()