/external/bluetooth/bluedroid/stack/hid/ |
D | hidh_api.c | 106 UINT16 attr_mask = 0; in hidh_search_callback() local 146 attr_mask |= HID_VIRTUAL_CABLE; in hidh_search_callback() 152 attr_mask |= HID_RECONN_INIT; in hidh_search_callback() 158 attr_mask |= HID_NORMALLY_CONNECTABLE; in hidh_search_callback() 164 attr_mask |= HID_SDP_DISABLE; in hidh_search_callback() 170 attr_mask |= HID_BATTERY_POWER; in hidh_search_callback() 176 attr_mask |= HID_REMOTE_WAKE; in hidh_search_callback() 205 attr_mask |= HID_SUP_TOUT_AVLBL; in hidh_search_callback() 211 attr_mask |= HID_SSR_MAX_LATENCY; in hidh_search_callback() 219 attr_mask |= HID_SSR_MIN_TOUT; in hidh_search_callback() [all …]
|
D | hidh_int.h | 41 …UINT16 attr_mask; /* 0x01- virtual_cable; 0x02- normally_connectable; 0x03- reconn_initiat… member
|
D | hidh_conn.c | 268 (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN, in hidh_l2cif_connect_ind() 434 (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN, in hidh_l2cif_connect_cfm() 613 (!(hh_cb.devices[dhandle].attr_mask & HID_RECONN_INIT)) && in hidh_l2cif_disconnect_ind() 614 (hh_cb.devices[dhandle].attr_mask & HID_NORMALLY_CONNECTABLE)) in hidh_l2cif_disconnect_ind() 967 if(p_dev->attr_mask & HID_SEC_REQUIRED) in hidh_conn_initiate()
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_hh.h | 62 tBTA_HH_ATTR_MASK attr_mask; member 78 tBTA_HH_ATTR_MASK attr_mask; member 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);
|
D | btif_storage.h | 236 UINT16 attr_mask, UINT8 sub_class,
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_act.c | 175 static void bta_hh_sdp_cback(UINT16 result, UINT16 attr_mask, in bta_hh_sdp_cback() argument 187 attr_mask |= HID_SEC_REQUIRED; in bta_hh_sdp_cback() 192 p_cb, result, attr_mask); in bta_hh_sdp_cback() 202 if(HID_HostAddDev (p_cb->addr, attr_mask, &hdl) == HID_SUCCESS) in bta_hh_sdp_cback() 218 bta_hh_add_device_to_list(p_cb, hdl, attr_mask, in bta_hh_sdp_cback() 340 if ((HID_HostAddDev (p_cb->addr, p_cb->attr_mask, &hdl)) \ in bta_hh_start_sdp() 344 bta_hh_add_device_to_list(p_cb, hdl, p_cb->attr_mask, NULL, in bta_hh_start_sdp() 527 p_cb->attr_mask, p_cb->app_id); in bta_hh_open_cmpl_act() 876 if (HID_HostAddDev(p_dev_info->bda, p_dev_info->attr_mask, &dev_handle)\ in bta_hh_maint_dev_act() 891 p_dev_info->attr_mask, in bta_hh_maint_dev_act()
|
D | bta_hh_int.h | 120 UINT16 attr_mask; member 144 UINT16 attr_mask; /* attribute mask */ member 231 UINT16 attr_mask,
|
D | bta_hh_utils.c | 172 UINT16 attr_mask, in bta_hh_add_device_to_list() argument 185 p_cb->attr_mask = attr_mask; in bta_hh_add_device_to_list() 515 bta_hh_cb.kdev[xx].attr_mask, bta_hh_cb.kdev[xx].state, in bta_hh_trace_dev_db()
|
D | bta_hh_api.c | 346 void BTA_HhAddDev(BD_ADDR bda, tBTA_HH_ATTR_MASK attr_mask, UINT8 sub_class, in BTA_HhAddDev() argument 362 p_buf->attr_mask = (UINT16) attr_mask; in BTA_HhAddDev()
|
/external/bluetooth/bluedroid/stack/include/ |
D | 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/btif/co/ |
D | bta_hh_co.c | 232 void bta_hh_co_open(UINT8 dev_handle, UINT8 sub_class, tBTA_HH_ATTR_MASK attr_mask, in bta_hh_co_open() argument 254 __FUNCTION__, p_dev->attr_mask, p_dev->sub_class, p_dev->app_id); in bta_hh_co_open() 277 p_dev->attr_mask = attr_mask; in bta_hh_co_open()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_hh.c | 468 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bda, tBTA_HH_ATTR_MASK attr_mask) in btif_hh_add_added_dev() argument 490 btif_hh_cb.added_devices[i].attr_mask = attr_mask; in btif_hh_add_added_dev() 600 && (p_dev->attr_mask & HID_VIRTUAL_CABLE)) in btif_hh_virtual_unplug() 649 __FUNCTION__, bda_str, added_dev->attr_mask); in btif_hh_connect() 664 (added_dev->attr_mask & HID_NORMALLY_CONNECTABLE) != 0 || in btif_hh_connect() 665 (added_dev->attr_mask & HID_RECONN_INIT) == 0) in btif_hh_connect() 945 if (btif_hh_add_added_dev(p_dev->bd_addr, p_dev->attr_mask)) { in btif_hh_upstreams_evt() 956 BTA_HhAddDev(bda, p_dev->attr_mask,p_dev->sub_class,p_dev->app_id, dscp_info); in btif_hh_upstreams_evt() 958 …ret = btif_storage_add_hid_device_info(&(p_dev->bd_addr), p_dev->attr_mask,p_dev->sub_class,p_dev-… in btif_hh_upstreams_evt() 1352 if (btif_hh_add_added_dev(*bd_addr, hid_info.attr_mask)) in set_info() [all …]
|
D | btif_storage.c | 1353 UINT16 attr_mask, UINT8 sub_class, in btif_storage_add_hid_device_info() argument 1360 btif_config_set_int("Remote", bdstr, "HidAttrMask", attr_mask); in btif_storage_add_hid_device_info() 1387 uint16_t attr_mask; in btif_storage_load_bonded_hid_info() local 1405 attr_mask = (uint16_t)value; in btif_storage_load_bonded_hid_info() 1436 if (btif_hh_add_added_dev(bd_addr,attr_mask)) in btif_storage_load_bonded_hid_info() 1438 BTA_HhAddDev(bd_addr.address, attr_mask, sub_class, in btif_storage_load_bonded_hid_info()
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_hh_co.h | 57 UINT16 attr_mask, UINT8 app_id);
|
D | bta_hh_api.h | 483 BTA_API extern void BTA_HhAddDev(BD_ADDR bda, tBTA_HH_ATTR_MASK attr_mask,
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_xauth.h | 144 vchar_t *attr_mask; member
|
D | isakmp_xauth.c | 738 xauth_ldap_config.attr_mask = NULL; in xauth_ldap_init() 765 xauth_ldap_config.attr_mask = vmalloc(tmplen); in xauth_ldap_init() 766 if (xauth_ldap_config.attr_mask == NULL) in xauth_ldap_init() 768 memcpy(xauth_ldap_config.attr_mask->v, LDAP_DFLT_MASK, tmplen); in xauth_ldap_init() 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);
|
D | 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);
|