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

  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 62 tBTA_HH_ATTR_MASK attr_mask; member in struct:__anon2892
78 tBTA_HH_ATTR_MASK attr_mask; member in struct:__anon2893
103 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bda, tBTA_HH_ATTR_MASK attr_mask);
109 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 483 BTA_API extern void BTA_HhAddDev(BD_ADDR bda, tBTA_HH_ATTR_MASK attr_mask,
  /external/bluetooth/bluedroid/stack/include/
hidh_api.h 51 typedef void (tHID_HOST_SDP_CALLBACK) (UINT16 result, UINT16 attr_mask,
137 HID_API extern tHID_STATUS HID_HostAddDev (BD_ADDR addr, UINT16 attr_mask,
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 106 UINT16 attr_mask = 0; local
146 attr_mask |= HID_VIRTUAL_CABLE;
152 attr_mask |= HID_RECONN_INIT;
158 attr_mask |= HID_NORMALLY_CONNECTABLE;
164 attr_mask |= HID_SDP_DISABLE;
170 attr_mask |= HID_BATTERY_POWER;
176 attr_mask |= HID_REMOTE_WAKE;
205 attr_mask |= HID_SUP_TOUT_AVLBL;
211 attr_mask |= HID_SSR_MAX_LATENCY;
219 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 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,
613 (!(hh_cb.devices[dhandle].attr_mask & HID_RECONN_INIT)) &&
614 (hh_cb.devices[dhandle].attr_mask & HID_NORMALLY_CONNECTABLE))
967 if(p_dev->attr_mask & HID_SEC_REQUIRED)
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 120 UINT16 attr_mask; member in struct:__anon2546
144 UINT16 attr_mask; /* attribute mask */ member in struct:__anon2548
231 UINT16 attr_mask,
bta_hh_utils.c 172 UINT16 attr_mask,
185 p_cb->attr_mask = attr_mask;
514 APPL_TRACE_DEBUG4("\t\t\t attr_mask[%04x] state [%d] sub_class[%02x] index = %d",
515 bta_hh_cb.kdev[xx].attr_mask, bta_hh_cb.kdev[xx].state,
bta_hh_api.c 346 void BTA_HhAddDev(BD_ADDR bda, tBTA_HH_ATTR_MASK attr_mask, UINT8 sub_class,
362 p_buf->attr_mask = (UINT16) attr_mask;
bta_hh_act.c 175 static void bta_hh_sdp_cback(UINT16 result, UINT16 attr_mask,
185 /* security is required for the connection, add attr_mask bit*/
187 attr_mask |= HID_SEC_REQUIRED;
191 attr_mask 0x%02x", \
192 p_cb, result, attr_mask);
201 /* add device/update attr_mask information */
202 if(HID_HostAddDev (p_cb->addr, attr_mask, &hdl) == HID_SUCCESS)
217 /* update cb information with attr_mask, dscp_info etc. */
218 bta_hh_add_device_to_list(p_cb, hdl, attr_mask,
340 if ((HID_HostAddDev (p_cb->addr, p_cb->attr_mask, &hdl))
    [all...]
  /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/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 468 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bda, tBTA_HH_ATTR_MASK attr_mask)
490 btif_hh_cb.added_devices[i].attr_mask = attr_mask;
600 && (p_dev->attr_mask & HID_VIRTUAL_CABLE))
648 BTIF_TRACE_WARNING3("%s: Device %s already added, attr_mask = 0x%x",
649 __FUNCTION__, bda_str, added_dev->attr_mask);
664 (added_dev->attr_mask & HID_NORMALLY_CONNECTABLE) != 0 ||
665 (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>
1387 uint16_t attr_mask; local
    [all...]
  /hardware/libhardware/include/hardware/
bt_hh.h 76 int attr_mask; member in struct:__anon20631
98 * hid_info will contain attr_mask, sub_class, app_id, vendor_id, product_id, version, ctry_code, len

Completed in 402 milliseconds