HomeSort by relevance Sort by last modified time
    Searched refs:device_info (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluez/tools/
avctrl.c 59 struct device_info;
64 int (*func)(struct device_info *dev, int argc, char *argv[]);
67 struct device_info { struct
78 static int dongle_csr(struct device_info *devinfo, int argc, char *argv[])
140 static int find_devices(struct device_info *devinfo, size_t size)
194 struct device_info dev[16];
dfubabel.c 44 struct device_info;
49 int (*func)(struct device_info *dev, int argc, char *argv[]);
52 struct device_info { struct
57 static int switch_babel(struct device_info *devinfo, int argc, char *argv[])
113 static int find_devices(struct device_info *devinfo, size_t size)
162 struct device_info dev[16];
  /external/libnfc-nxp/src/
phHciNfc_IDMgmt.c 798 pHwRef->device_info.fw_version = p_identity_info->fw_version ;
809 pHwRef->device_info.hw_version = p_identity_info->hw_version ;
817 pHwRef->device_info.vendor_name[i]= reg_value[i];
826 pHwRef->device_info.model_id = p_identity_info->model_id ;
828 if( NFC_HW_PN65N == pHwRef->device_info.model_id)
839 pHwRef->device_info.hci_version = p_identity_info->hci_version ;
857 pHwRef->device_info.full_version[i]= reg_value[i];
phLibNfc.c 861 gpphLibContext->psHwReference->device_info.fw_version;
863 gpphLibContext->psHwReference->device_info.hci_version;
865 gpphLibContext->psHwReference->device_info.hw_version;
867 gpphLibContext->psHwReference->device_info.model_id;
869 gpphLibContext->psHwReference->device_info.full_version,NXP_FULL_VERSION_LEN);
    [all...]
phDnldNfc.c     [all...]
phHal4Nfc.c 845 (void *)&(psHwReference->device_info),
    [all...]
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 153 view = (TextView) mContentView.findViewById(R.id.device_info);
184 view = (TextView) mContentView.findViewById(R.id.device_info);
196 view = (TextView) mContentView.findViewById(R.id.device_info);
  /external/libnfc-nxp/inc/
phNfcHalTypes.h 158 phNfc_sDeviceCapabilities_t device_info; member in struct:phHal_sHwReference
    [all...]

Completed in 988 milliseconds