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

  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 62 tBTA_HH_ATTR_MASK attr_mask; member in struct:__anon3337
79 tBTA_HH_ATTR_MASK attr_mask; member in struct:__anon3338
104 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bda, tBTA_HH_ATTR_MASK attr_mask);
110 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bd_addr, tBTA_HH_ATTR_MASK attr_mask);
btif_storage.h 236 UINT16 attr_mask, UINT8 sub_class,
  /external/bluetooth/bluedroid/bta/include/
bta_hh_co.h 57 UINT16 attr_mask, UINT8 app_id);
bta_hh_api.h 505 BTA_API extern void BTA_HhAddDev(BD_ADDR bda, tBTA_HH_ATTR_MASK attr_mask,
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 107 UINT16 attr_mask = 0; local
147 attr_mask |= HID_VIRTUAL_CABLE;
153 attr_mask |= HID_RECONN_INIT;
159 attr_mask |= HID_NORMALLY_CONNECTABLE;
165 attr_mask |= HID_SDP_DISABLE;
171 attr_mask |= HID_BATTERY_POWER;
177 attr_mask |= HID_REMOTE_WAKE;
206 attr_mask |= HID_SUP_TOUT_AVLBL;
212 attr_mask |= HID_SSR_MAX_LATENCY;
220 attr_mask |= HID_SSR_MIN_TOUT
    [all...]
hidh_int.h 41 UINT16 attr_mask; /* 0x01- virtual_cable; 0x02- normally_connectable; 0x03- reconn_initiate; member in struct:per_device_ctb
hidh_conn.c 265 (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN,
433 (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN,
612 (!(hh_cb.devices[dhandle].attr_mask & HID_RECONN_INIT)) &&
613 (hh_cb.devices[dhandle].attr_mask & HID_NORMALLY_CONNECTABLE))
966 if(p_dev->attr_mask & HID_SEC_REQUIRED)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hidh_api.h 52 typedef void (tHID_HOST_SDP_CALLBACK) (UINT16 result, UINT16 attr_mask,
139 HID_API extern tHID_STATUS HID_HostAddDev (BD_ADDR addr, UINT16 attr_mask,
srvc_api.h 77 UINT16 attr_mask; member in struct:__anon3872
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 144 vchar_t *attr_mask; member in struct:xauth_ldap_config
isakmp_xauth.c 738 xauth_ldap_config.attr_mask = NULL;
765 xauth_ldap_config.attr_mask = vmalloc(tmplen);
766 if (xauth_ldap_config.attr_mask == NULL)
768 memcpy(xauth_ldap_config.attr_mask->v, LDAP_DFLT_MASK, tmplen);
891 tmplen = strlen(xauth_ldap_config.attr_mask->v) + 1;
899 strcpy(atlist[1],xauth_ldap_config.attr_mask->v);
971 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_mask->v);
    [all...]
cfparse.y 626 if (xauth_ldap_config.attr_mask != NULL)
627 vfree(xauth_ldap_config.attr_mask);
628 xauth_ldap_config.attr_mask = vdup($2);
    [all...]
cftoken.l 229 <S_LDAP>attr_mask { YYD; return(LDAP_ATTR_MASK); }
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_utils.c 180 UINT16 attr_mask,
193 p_cb->attr_mask = attr_mask;
533 APPL_TRACE_DEBUG4("\t\t\t attr_mask[%04x] state [%d] sub_class[%02x] index = %d",
534 bta_hh_cb.kdev[xx].attr_mask, bta_hh_cb.kdev[xx].state,
bta_hh_api.c 353 void BTA_HhAddDev(BD_ADDR bda, tBTA_HH_ATTR_MASK attr_mask, UINT8 sub_class,
369 p_buf->attr_mask = (UINT16) attr_mask;
bta_hh_act.c 187 static void bta_hh_sdp_cback(UINT16 result, UINT16 attr_mask,
197 /* security is required for the connection, add attr_mask bit*/
199 attr_mask |= HID_SEC_REQUIRED;
203 attr_mask 0x%02x, handle %x", \
204 p_cb, result, attr_mask,p_cb->hid_handle);
213 /* add device/update attr_mask information */
214 if(HID_HostAddDev (p_cb->addr, attr_mask, &hdl) == HID_SUCCESS)
229 /* update cb information with attr_mask, dscp_info etc. */
230 bta_hh_add_device_to_list(p_cb, hdl, attr_mask,
360 if (HID_HostAddDev (p_cb->addr, p_cb->attr_mask, &hdl)
    [all...]
bta_hh_int.h 148 UINT16 attr_mask; member in struct:__anon2987
247 UINT16 attr_mask; /* attribute mask */ member in struct:__anon2993
365 UINT16 attr_mask,
bta_hh_le.c     [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 232 void bta_hh_co_open(UINT8 dev_handle, UINT8 sub_class, tBTA_HH_ATTR_MASK attr_mask,
253 APPL_TRACE_WARNING4("%s: attr_mask = 0x%04x, sub_class = 0x%02x, app_id = %d",
254 __FUNCTION__, p_dev->attr_mask, p_dev->sub_class, p_dev->app_id);
277 p_dev->attr_mask = attr_mask;
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 470 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bda, tBTA_HH_ATTR_MASK attr_mask)
492 btif_hh_cb.added_devices[i].attr_mask = attr_mask;
602 && (p_dev->attr_mask & HID_VIRTUAL_CABLE))
651 BTIF_TRACE_WARNING3("%s: Device %s already added, attr_mask = 0x%x",
652 __FUNCTION__, bda_str, added_dev->attr_mask);
667 (added_dev->attr_mask & HID_NORMALLY_CONNECTABLE) != 0 ||
668 (added_dev->attr_mask & HID_RECONN_INIT) == 0)
    [all...]
btif_storage.c 123 /* <18 char bd addr> <space>LIST <attr_mask> <space> > <sub_class> <space> <app_id> <space>
1396 uint16_t attr_mask; local
    [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 181 GATT_TRACE_ERROR1("dis_gatt_c_read_dis_value_cmpl: attr_mask = 0x%04x", p_clcb->dis_value.attr_mask);
262 p_clcb->dis_value.attr_mask |= DIS_ATTR_SYS_ID_BIT;
271 p_clcb->dis_value.attr_mask |= DIS_ATTR_PNP_ID_BIT;
292 p_clcb->dis_value.attr_mask |= DIS_UUID_TO_ATTR_MASK (read_type);
  /hardware/libhardware/include/hardware/
bt_hh.h 76 int attr_mask; member in struct:__anon32846
98 * hid_info will contain attr_mask, sub_class, app_id, vendor_id, product_id, version, ctry_code, len

Completed in 228 milliseconds