Home
last modified time | relevance | path

Searched refs:HID_SEC_REQUIRED (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/
Dhidh_api.h45 #define HID_SEC_REQUIRED 0x8000 macro
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c211 if (HID_HostAddDev(bd_addr, HID_SEC_REQUIRED, &i) != HID_SUCCESS) { in hidh_l2cif_connect_ind()
257 … (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN, in hidh_l2cif_connect_ind()
403 … (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN, in hidh_l2cif_connect_cfm()
966 if (p_dev->attr_mask & HID_SEC_REQUIRED) { in hidh_conn_initiate()
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h148 #define BTA_HH_SEC_REQUIRED HID_SEC_REQUIRED
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c196 attr_mask |= HID_SEC_REQUIRED; in bta_hh_sdp_cback()