Home | History | Annotate | Download | only in common

Lines Matching full:info

703 	struct l2cap_conninfo info;
706 len = sizeof(info);
707 if (getsockopt(sock, SOL_L2CAP, L2CAP_CONNINFO, &info, &len) < 0)
711 *handle = info.hci_handle;
714 memcpy(dev_class, info.dev_class, 3);
818 struct rfcomm_conninfo info;
821 len = sizeof(info);
822 if (getsockopt(sock, SOL_RFCOMM, RFCOMM_CONNINFO, &info, &len) < 0)
826 *handle = info.hci_handle;
829 memcpy(dev_class, info.dev_class, 3);
919 struct sco_conninfo info;
922 len = sizeof(info);
923 if (getsockopt(sock, SOL_SCO, SCO_CONNINFO, &info, &len) < 0)
927 *handle = info.hci_handle;
930 memcpy(dev_class, info.dev_class, 3);