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];
hid2hci.c 89 struct device_info { struct
96 static int switch_csr(struct device_info *devinfo)
150 static int switch_logitech(struct device_info *devinfo)
208 static int switch_dell(struct device_info *devinfo)
254 static int find_device(struct device_info* devinfo)
308 struct device_info dev = { NULL, HCI, 0, 0 };
310 int (*method)(struct device_info *dev) = NULL;
  /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 831 gpphLibContext->psHwReference->device_info.fw_version;
833 gpphLibContext->psHwReference->device_info.hci_version;
835 gpphLibContext->psHwReference->device_info.hw_version;
837 gpphLibContext->psHwReference->device_info.model_id;
839 gpphLibContext->psHwReference->device_info.full_version,NXP_FULL_VERSION_LEN);
    [all...]
phDnldNfc.c     [all...]
phHal4Nfc.c 843 (void *)&(psHwReference->device_info),
    [all...]
  /external/libnfc-nxp/inc/
phNfcHalTypes.h 160 phNfc_sDeviceCapabilities_t device_info; member in struct:phHal_sHwReference
    [all...]

Completed in 114 milliseconds