HomeSort by relevance Sort by last modified time
    Searched full:vconn (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluez/test/
hciemu.c 110 static struct vhci_conn *vconn[VHCI_MAX_CONN]; variable in typeref:struct:vhci_conn
252 if (!bacmp(&vconn[i]->dest, ba))
253 return vconn[i];
509 vconn[conn->handle - 1] = NULL;
525 if (!(conn = vconn[handle-1]))
541 if (!vconn[h])
597 vconn[h] = conn;
854 if (handle > VHCI_MAX_CONN || !(conn = vconn[handle - 1])) {
951 if (!vconn[h])
960 vconn[h] = conn
    [all...]

Completed in 24 milliseconds