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 136 #define BTA_HH_SEC_REQUIRED HID_SEC_REQUIRED
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 268 (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN,
434 (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN,
967 if(p_dev->attr_mask & HID_SEC_REQUIRED)
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 187 attr_mask |= HID_SEC_REQUIRED;
    [all...]

Completed in 207 milliseconds