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

  /system/bt/btif/src/
btif_sock_l2cap.c 74 int channel; //channel (fixed_chan) or PSM (!fixed_chan)
83 unsigned fixed_chan :1; //fixed channel (or psm?) member in struct:l2cap_socket
280 if (sock->fixed_chan)
286 if (sock->fixed_chan)
471 accept_rs->fixed_chan = sock->fixed_chan;
520 accept_rs->fixed_chan = sock->fixed_chan;
590 if (sock->fixed_chan && le_open->status == BTA_JV_SUCCESS)
895 int fixed_chan = 1; local
    [all...]

Completed in 60 milliseconds