Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dhidh_api.h44 #define HID_SEC_REQUIRED 0x8000 macro
/external/bluetooth/bluedroid/stack/hid/
Dhidh_conn.c210 if (HID_HostAddDev(bd_addr, HID_SEC_REQUIRED, &i) != HID_SUCCESS) in hidh_l2cif_connect_ind()
265 (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN, in hidh_l2cif_connect_ind()
433 (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()
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h148 #define BTA_HH_SEC_REQUIRED HID_SEC_REQUIRED
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_act.c199 attr_mask |= HID_SEC_REQUIRED; in bta_hh_sdp_cback()