Home
last modified time | relevance | path

Searched refs:attr_mask (Results 1 – 18 of 18) sorted by relevance

/external/bluetooth/bluedroid/stack/hid/
Dhidh_api.c106 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 …]
Dhidh_int.h41 …UINT16 attr_mask; /* 0x01- virtual_cable; 0x02- normally_connectable; 0x03- reconn_initiat… member
Dhidh_conn.c268 (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/
Dbtif_hh.h62 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);
Dbtif_storage.h236 UINT16 attr_mask, UINT8 sub_class,
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_act.c175 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()
Dbta_hh_int.h120 UINT16 attr_mask; member
144 UINT16 attr_mask; /* attribute mask */ member
231 UINT16 attr_mask,
Dbta_hh_utils.c172 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()
Dbta_hh_api.c346 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/
Dhidh_api.h51 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/
Dbta_hh_co.c232 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/
Dbtif_hh.c468 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 …]
Dbtif_storage.c1353 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/
Dbta_hh_co.h57 UINT16 attr_mask, UINT8 app_id);
Dbta_hh_api.h483 BTA_API extern void BTA_HhAddDev(BD_ADDR bda, tBTA_HH_ATTR_MASK attr_mask,
/external/ipsec-tools/src/racoon/
Disakmp_xauth.h144 vchar_t *attr_mask; member
Disakmp_xauth.c738 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);
Dcfparse.y626 if (xauth_ldap_config.attr_mask != NULL)
627 vfree(xauth_ldap_config.attr_mask);
628 xauth_ldap_config.attr_mask = vdup($2);