HomeSort by relevance Sort by last modified time
    Searched refs:HID_SEC_REQUIRED (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/include/
hidh_api.h 44 #define HID_SEC_REQUIRED 0x8000
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 148 #define BTA_HH_SEC_REQUIRED HID_SEC_REQUIRED
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 215 if (HID_HostAddDev(bd_addr, HID_SEC_REQUIRED, &i) != HID_SUCCESS)
270 (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN,
432 (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN,
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 200 attr_mask |= HID_SEC_REQUIRED;
    [all...]

Completed in 426 milliseconds