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

1 2

  /external/bluetooth/bluedroid/btif/include/
btif_util.h 71 UINT32 devclass2uint(DEV_CLASS dev_class);
72 void uint2devclass(UINT32 dev, DEV_CLASS dev_class);
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 156 typedef UINT8 (tBTM_FILTER_CB) (BD_ADDR bd_addr, DEV_CLASS dc);
565 DEV_CLASS dev_class; member in struct:__anon6024
566 DEV_CLASS dev_class_mask;
609 DEV_CLASS dev_class; member in struct:__anon6027
1093 DEV_CLASS dev_class; member in struct:__anon6051
1478 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon6057
1492 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon6058
1500 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon6059
1534 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon6063
1543 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon6064
    [all...]
btu.h 179 DEV_CLASS dev_class; member in struct:__anon6135
hcimsgs.h     [all...]
bt_types.h 335 typedef UINT8 DEV_CLASS[DEV_CLASS_LEN]; /* Device class */
  /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/bta/include/
bta_api.h 269 DEV_CLASS dev_class; /* device class of interest */ member in struct:__anon5301
270 DEV_CLASS dev_class_mask; /* mask to determine the bits of device class of interest */
653 /* Note: First 3 data members must be, bd_addr, dev_class, and bd_name in order */
655 DEV_CLASS dev_class; /* Class of Device */ member in struct:__anon5327
776 DEV_CLASS dev_class; member in struct:__anon5333
866 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon5339
898 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon5342
908 DEV_CLASS dev_class; \/* peer CoD *\/ member in struct:__anon5343
1046 DEV_CLASS dev_class; \/* Device class of peer device. *\/ member in struct:__anon5347
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_dev.c 51 ** dev_class - Device Class
61 BOOLEAN BTM_SecAddDevice (BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name,
102 if (dev_class)
103 memcpy (p_dev_rec->dev_class, dev_class, DEV_CLASS_LEN);
234 DEV_CLASS old_cod;
271 memcpy (old_cod, p_dev_rec->dev_class, DEV_CLASS_LEN);
279 memcpy (p_dev_rec->dev_class, old_cod, DEV_CLASS_LEN);
289 memcpy (p_dev_rec->dev_class, p_inq_info->results.dev_class, DEV_CLASS_LEN)
    [all...]
btm_int.h 86 DEV_CLASS remote_dc;
183 DEV_CLASS dev_class; /* Local device class */ member in struct:__anon5864
545 DEV_CLASS dev_class; /* DEV_CLASS of the device */ member in struct:__anon5875
    [all...]
btm_sco.c 799 void btm_sco_conn_req (BD_ADDR bda, DEV_CLASS dev_class, UINT8 link_type)
845 memcpy(evt_data.dev_class, dev_class, DEV_CLASS_LEN);
    [all...]
btm_inq.c 181 DEV_CLASS cod;
    [all...]
btm_devctl.c     [all...]
btm_acl.c 209 void btm_acl_created (BD_ADDR bda, DEV_CLASS dc, BD_NAME bdn,
    [all...]
btm_sec.c 3066 DEV_CLASS dev_class; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_util.c 104 UINT32 devclass2uint(DEV_CLASS dev_class)
108 if(dev_class != NULL)
111 cod = (dev_class[2]) | (dev_class[1] << 8) | (dev_class[0] << 16);
115 void uint2devclass(UINT32 cod, DEV_CLASS dev_class)
117 dev_class[2] = (UINT8)cod;
118 dev_class[1] = (UINT8)(cod >> 8)
    [all...]
btif_dm.c 216 DEV_CLASS dev_class, tBT_DEVICE_TYPE dev_type);
535 DEV_CLASS dev_class, tBT_DEVICE_TYPE device_type)
558 cod = devclass2uint(dev_class);
839 p_pin_req->dev_class, (tBT_DEVICE_TYPE) dev_type);
846 cod = devclass2uint(p_pin_req->dev_class);
926 p_ssp_cfm_req->dev_class, (tBT_DEVICE_TYPE) dev_type);
    [all...]
btif_storage.c 519 DEV_CLASS dev_class = {0, 0, 0}; local
522 uint2devclass((UINT32)cod, dev_class);
523 BTA_DmAddDevice(bd_addr.address, dev_class, link_key, 0, 0, (UINT8)linkkey_type, 0);
    [all...]
  /external/libnfc-nci/src/nfc/include/
ndef_utils.h 483 char *p_id_str, DEV_CLASS cod);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 50 static void bta_dm_service_search_remname_cback (BD_ADDR bd_addr, DEV_CLASS dc, BD_NAME bd_name);
55 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);
56 static UINT8 bta_dm_pin_cback (BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name);
58 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);
59 static UINT8 bta_dm_authentication_complete_cback(BD_ADDR bd_addr, DEV_CLASS dev_class,BD_NAME bd_name, int result);
65 static void bta_dm_acl_change_cback (BD_ADDR p_bda, DEV_CLASS p_dc, BD_NAME p_bdn, UINT8 *features, BOOLEAN is_new)
308 DEV_CLASS dev_class; local
    [all...]
bta_dm_int.h 423 DEV_CLASS dc;
954 DEV_CLASS pin_dev_class;
1042 DEV_CLASS dev_class; /* local device class */ member in struct:__anon5168
    [all...]
bta_dm_api.c 715 void BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key,
740 if (dev_class)
743 memcpy (p_msg->dc, dev_class, DEV_CLASS_LEN);
796 void BTA_DmAddDevWithName (BD_ADDR bd_addr, DEV_CLASS dev_class,
821 if (dev_class)
824 memcpy (p_msg->dc, dev_class, DEV_CLASS_LEN);
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 777 DEV_CLASS dev_class; local
820 FIELDS_TO_COD(dev_class, minor, major, service);
822 btm_status = BTM_SetDeviceClass(dev_class);
    [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 330 char *p_id_str, DEV_CLASS cod)
  /external/libnfc-nci/src/include/
bt_types.h 312 typedef UINT8 DEV_CLASS[DEV_CLASS_LEN]; /* Device class */
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 685 DEV_CLASS dc;
    [all...]

Completed in 215 milliseconds

1 2