HomeSort by relevance Sort by last modified time
    Searched refs:DEV_CLASS (Results 1 - 25 of 27) sorted by null

1 2

  /external/bluetooth/bluedroid/btif/include/
btif_util.h 65 UINT32 devclass2uint(DEV_CLASS dev_class);
66 void uint2devclass(UINT32 dev, DEV_CLASS dev_class);
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 142 typedef UINT8 (tBTM_FILTER_CB) (BD_ADDR bd_addr, DEV_CLASS dc);
539 DEV_CLASS dev_class; member in struct:__anon2715
540 DEV_CLASS dev_class_mask;
580 DEV_CLASS dev_class; member in struct:__anon2718
1030 DEV_CLASS dev_class; member in struct:__anon2742
1415 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon2748
1429 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon2749
1437 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon2750
1471 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon2754
1480 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon2755
    [all...]
btu.h 172 DEV_CLASS dev_class; member in struct:__anon2800
hcimsgs.h     [all...]
bt_types.h 325 typedef UINT8 DEV_CLASS[DEV_CLASS_LEN]; /* Device class */
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 257 DEV_CLASS dev_class; /* device class of interest */ member in struct:__anon2125
258 DEV_CLASS dev_class_mask; /* mask to determine the bits of device class of interest */
434 DEV_CLASS dev_class; /* Class of Device */ member in struct:__anon2137
553 DEV_CLASS dev_class; member in struct:__anon2143
634 DEV_CLASS dev_class; /* peer CoD */ member in struct:__anon2149
665 DEV_CLASS dev_class; /* peer CoD * member in struct:__anon2152
674 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon2153
730 DEV_CLASS dev_class; \/* Device class of peer device. *\/ member in struct:__anon2156
    [all...]
  /external/bluetooth/bluedroid/bta/sys/
utl.c 195 DEV_CLASS dev_class; local
238 FIELDS_TO_COD(dev_class, minor, major, service);
240 if (BTM_SetDeviceClass(dev_class) == BTM_SUCCESS)
  /external/bluetooth/bluedroid/btif/src/
btif_util.c 102 UINT32 devclass2uint(DEV_CLASS dev_class)
107 cod = (dev_class[2]) | (dev_class[1] << 8) | (dev_class[0] << 16);
111 void uint2devclass(UINT32 cod, DEV_CLASS dev_class)
113 dev_class[2] = (UINT8)cod;
114 dev_class[1] = (UINT8)(cod >> 8);
115 dev_class[0] = (UINT8)(cod >> 16)
    [all...]
btif_dm.c 99 DEV_CLASS dev_class, tBT_DEVICE_TYPE dev_type);
269 DEV_CLASS dev_class, tBT_DEVICE_TYPE device_type)
292 cod = devclass2uint(dev_class);
523 p_pin_req->dev_class, BT_DEVICE_TYPE_BREDR);
530 cod = devclass2uint(p_pin_req->dev_class);
605 p_ssp_cfm_req->dev_class, BT_DEVICE_TYPE_BREDR);
644 cod = devclass2uint(p_ssp_cfm_req->dev_class);
667 p_ssp_key_notif->dev_class, BT_DEVICE_TYPE_BREDR)
    [all...]
btif_storage.c 438 DEV_CLASS dev_class = {0, 0, 0}; local
441 uint2devclass((UINT32)cod, dev_class);
442 BTA_DmAddDevice(bd_addr.address, dev_class, link_key, 0, 0, (UINT8)linkkey_type, 0);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 87 DEV_CLASS remote_dc;
177 DEV_CLASS dev_class; /* Local device class */ member in struct:__anon2568
491 DEV_CLASS dev_class; /* DEV_CLASS of the device */ member in struct:__anon2578
    [all...]
btm_dev.c 49 ** dev_class - Device Class
59 BOOLEAN BTM_SecAddDevice (BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name,
98 if (dev_class)
99 memcpy (p_dev_rec->dev_class, dev_class, DEV_CLASS_LEN);
226 memcpy (p_dev_rec->dev_class, p_inq_info->results.dev_class, DEV_CLASS_LEN);
254 memcpy (p_dev_rec->dev_class, btm_cb.connecting_dc, DEV_CLASS_LEN);
btm_inq.c 181 DEV_CLASS cod;
    [all...]
btm_devctl.c     [all...]
btm_sco.c 797 void btm_sco_conn_req (BD_ADDR bda, DEV_CLASS dev_class, UINT8 link_type)
843 memcpy(evt_data.dev_class, dev_class, DEV_CLASS_LEN);
    [all...]
btm_acl.c 142 void btm_acl_created (BD_ADDR bda, DEV_CLASS dc, BD_NAME bdn,
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 388 DEV_CLASS dc;
704 DEV_CLASS pin_dev_class;
791 DEV_CLASS dev_class; /* local device class */ member in struct:__anon2023
bta_dm_act.c 44 static void bta_dm_service_search_remname_cback (BD_ADDR bd_addr, DEV_CLASS dc, BD_NAME bd_name);
49 static UINT8 bta_dm_authorize_cback (BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *service_name, UINT8 service_id, BOOLEAN is_originator);
50 static UINT8 bta_dm_pin_cback (BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name);
52 static UINT8 bta_dm_new_link_key_cback(BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, LINK_KEY key, UINT8 key_type);
53 static UINT8 bta_dm_authentication_complete_cback(BD_ADDR bd_addr, DEV_CLASS dev_class,BD_NAME bd_name, int result);
59 static void bta_dm_acl_change_cback (BD_ADDR p_bda, DEV_CLASS p_dc, BD_NAME p_bdn, BD_FEATURES features, BOOLEAN is_new)
312 DEV_CLASS dev_class; local
    [all...]
bta_dm_api.c 697 void BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key,
722 if (dev_class)
725 memcpy (p_msg->dc, dev_class, DEV_CLASS_LEN);
778 void BTA_DmAddDevWithName (BD_ADDR bd_addr, DEV_CLASS dev_class,
803 if (dev_class)
806 memcpy (p_msg->dc, dev_class, DEV_CLASS_LEN);
    [all...]
  /external/libnfc-nci/src/nfc/include/
ndef_utils.h 481 char *p_id_str, DEV_CLASS cod);
  /external/bluetooth/bluedroid/main/
bte_conf.c 53 DEV_CLASS local_device_default_class = {0x40, 0x02, 0x0C};
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 326 char *p_id_str, DEV_CLASS cod)
  /external/libnfc-nci/halimpl/bcm2079x/include/
bt_types.h 311 typedef UINT8 DEV_CLASS[DEV_CLASS_LEN]; /* Device class */
  /external/libnfc-nci/src/include/
bt_types.h 311 typedef UINT8 DEV_CLASS[DEV_CLASS_LEN]; /* Device class */
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 667 DEV_CLASS dc;
    [all...]

Completed in 559 milliseconds

1 2