Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/hid/
Dhidh_api.c505 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()
Dhidh_conn.c99 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()
260 if (psm == HID_PSM_CONTROL) in hidh_l2cif_connect_ind()
268 if(btm_sec_mx_access_request (p_dev->addr, HID_PSM_CONTROL, in hidh_l2cif_connect_ind()
430 btm_sec_mx_access_request (p_dev->addr, HID_PSM_CONTROL, in hidh_l2cif_connect_cfm()
1037 if ((p_dev->conn.ctrl_cid = L2CA_ConnectReq (HID_PSM_CONTROL, p_dev->addr)) == 0) in hidh_conn_initiate()
1078 L2CA_Deregister (HID_PSM_CONTROL); in hidh_conn_dereg()
/external/bluetooth/bluedroid/stack/include/
Dbt_types.h699 #define HID_PSM_CONTROL 0x0011 macro
/external/libnfc-nci/src/include/
Dbt_types.h691 #define HID_PSM_CONTROL 0x0011 macro
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_act.c703 case HID_PSM_CONTROL: /* 0x11 */ in bta_jv_check_psm()