Home | History | Annotate | Download | only in lib

Lines Matching refs:ver

655 char *hci_vertostr(unsigned int ver)
657 return hci_uint2str(ver_map, ver);
660 int hci_strtover(char *str, unsigned int *ver)
662 return hci_str2uint(ver_map, str, ver);
665 char *lmp_vertostr(unsigned int ver)
667 return hci_uint2str(ver_map, ver);
670 int lmp_strtover(char *str, unsigned int *ver)
672 return hci_str2uint(ver_map, str, ver);
1508 int hci_read_remote_version(int dd, uint16_t handle, struct hci_version *ver,
1535 ver->manufacturer = btohs(rp.manufacturer);
1536 ver->lmp_ver = rp.lmp_ver;
1537 ver->lmp_subver = btohs(rp.lmp_subver);
1641 int hci_read_local_version(int dd, struct hci_version *ver, int to)
1660 ver->manufacturer = btohs(rp.manufacturer);
1661 ver->hci_ver = rp.hci_ver;
1662 ver->hci_rev = btohs(rp.hci_rev);
1663 ver->lmp_ver = rp.lmp_ver;
1664 ver->lmp_subver = btohs(rp.lmp_subver);