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

/system/bt/btif/include/
H A Dbtif_hh.h63 tBTA_HH_ATTR_MASK attr_mask; member in struct:__anon605
79 tBTA_HH_ATTR_MASK attr_mask; member in struct:__anon606
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);
H A Dbtif_storage.h232 UINT16 attr_mask, UINT8 sub_class,
/system/bt/stack/hid/
H A Dhidh_api.c107 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 |
336 HID_HostAddDev( BD_ADDR addr, UINT16 attr_mask, UINT8 *handle ) argument
[all...]
H A Dhidh_int.h41 UINT16 attr_mask; /* 0x01- virtual_cable; 0x02- normally_connectable; 0x03- reconn_initiate; member in struct:per_device_ctb
H A Dhidh_conn.c270 (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN,
427 (p_dev->attr_mask & HID_SEC_REQUIRED) ? HID_SEC_CHN : HID_NOSEC_CHN,
652 (!(hh_cb.devices[dhandle].attr_mask & HID_RECONN_INIT)) &&
653 (hh_cb.devices[dhandle].attr_mask & HID_NORMALLY_CONNECTABLE))
1022 if(p_dev->attr_mask & HID_SEC_REQUIRED)
/system/bt/stack/include/
H A Dhidh_api.h52 typedef void (tHID_HOST_SDP_CALLBACK) (UINT16 result, UINT16 attr_mask,
139 extern tHID_STATUS HID_HostAddDev (BD_ADDR addr, UINT16 attr_mask,
H A Dsrvc_api.h77 UINT16 attr_mask; member in struct:__anon1180
/system/bt/bta/include/
H A Dbta_hh_co.h65 UINT16 attr_mask, UINT8 app_id);
H A Dbta_hh_api.h505 extern void BTA_HhAddDev(BD_ADDR bda, tBTA_HH_ATTR_MASK attr_mask,
/system/bt/bta/hh/
H A Dbta_hh_utils.c182 UINT16 attr_mask,
195 p_cb->attr_mask = attr_mask;
532 APPL_TRACE_DEBUG("\t\t\t attr_mask[%04x] state [%d] sub_class[%02x] index = %d",
533 bta_hh_cb.kdev[xx].attr_mask, bta_hh_cb.kdev[xx].state,
181 bta_hh_add_device_to_list(tBTA_HH_DEV_CB *p_cb, UINT8 handle, UINT16 attr_mask, tHID_DEV_DSCP_INFO *p_dscp_info, UINT8 sub_class, UINT16 ssr_max_latency, UINT16 ssr_min_tout, UINT8 app_id) argument
H A Dbta_hh_api.c356 void BTA_HhAddDev(BD_ADDR bda, tBTA_HH_ATTR_MASK attr_mask, UINT8 sub_class, argument
372 p_buf->attr_mask = (UINT16) attr_mask;
H A Dbta_hh_act.c188 static void bta_hh_sdp_cback(UINT16 result, UINT16 attr_mask, argument
198 /* security is required for the connection, add attr_mask bit*/
200 attr_mask |= HID_SEC_REQUIRED;
204 attr_mask 0x%02x, handle %x", \
205 p_cb, result, attr_mask,p_cb->hid_handle);
214 /* add device/update attr_mask information */
215 if(HID_HostAddDev (p_cb->addr, attr_mask, &hdl) == HID_SUCCESS)
234 /* update cb information with attr_mask, dscp_info etc. */
235 bta_hh_add_device_to_list(p_cb, hdl, attr_mask,
365 if (HID_HostAddDev (p_cb->addr, p_cb->attr_mask,
[all...]
H A Dbta_hh_int.h148 UINT16 attr_mask; member in struct:__anon217
244 UINT16 attr_mask; /* attribute mask */ member in struct:__anon223
364 UINT16 attr_mask,
H A Dbta_hh_le.c1198 if (p_dis_value->attr_mask & DIS_ATTR_PNP_ID_BIT)
2768 p_dev_info->attr_mask,
/system/bt/btif/co/
H A Dbta_hh_co.c252 void bta_hh_co_open(UINT8 dev_handle, UINT8 sub_class, tBTA_HH_ATTR_MASK attr_mask, argument
275 APPL_TRACE_WARNING("%s: attr_mask = 0x%04x, sub_class = 0x%02x, app_id = %d",
276 __FUNCTION__, p_dev->attr_mask, p_dev->sub_class, p_dev->app_id);
299 p_dev->attr_mask = attr_mask;
/system/bt/stack/srvc/
H A Dsrvc_dis.c213 LOG_INFO("%s conn_id:%d attr_mask = 0x%04x", __func__, conn_id,
214 p_clcb->dis_value.attr_mask);
294 p_clcb->dis_value.attr_mask |= DIS_ATTR_SYS_ID_BIT;
303 p_clcb->dis_value.attr_mask |= DIS_ATTR_PNP_ID_BIT;
323 p_clcb->dis_value.attr_mask |= dis_uuid_to_attr(read_type);
/system/bt/btif/src/
H A Dbtif_hh.c459 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bda, tBTA_HH_ATTR_MASK attr_mask) argument
481 btif_hh_cb.added_devices[i].attr_mask = attr_mask;
592 && (p_dev->attr_mask & HID_VIRTUAL_CABLE))
640 BTIF_TRACE_WARNING("%s: Device %s already added, attr_mask = 0x%x",
641 __FUNCTION__, bda_str, added_dev->attr_mask);
951 if (btif_hh_add_added_dev(p_dev->bd_addr, p_dev->attr_mask)) {
962 BTA_HhAddDev(bda, p_dev->attr_mask,p_dev->sub_class,p_dev->app_id, dscp_info);
964 ret = btif_storage_add_hid_device_info(&(p_dev->bd_addr), p_dev->attr_mask,p_dev->sub_class,p_dev->app_id,
1367 if (btif_hh_add_added_dev(*bd_addr, hid_info.attr_mask))
[all...]
H A Dbtif_storage.c125 /* <18 char bd addr> <space>LIST <attr_mask> <space> > <sub_class> <space> <app_id> <space>
1295 UINT16 attr_mask, UINT8 sub_class,
1304 btif_config_set_int(bdstr, "HidAttrMask", attr_mask);
1333 uint16_t attr_mask; local
1349 attr_mask = (uint16_t)value;
1386 if (btif_hh_add_added_dev(bd_addr,attr_mask))
1388 BTA_HhAddDev(bd_addr.address, attr_mask, sub_class,
1294 btif_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr, UINT16 attr_mask, UINT8 sub_class, UINT8 app_id, UINT16 vendor_id, UINT16 product_id, UINT16 version, UINT8 ctry_code, UINT16 ssr_max_latency, UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list) argument

Completed in 300 milliseconds