• Home
  • Raw
  • Download

Lines Matching refs:BTSOCK_L2CAP

226       sock->addr, sock->id, sock->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP,  in btsock_l2cap_free_l()
416 sock->addr, sock->id, sock->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP, in on_srv_l2cap_listen_started()
477 accept_rs->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP, in on_srv_l2cap_psm_connect_l()
484 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, in on_srv_l2cap_psm_connect_l()
486 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, in on_srv_l2cap_psm_connect_l()
526 accept_rs->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP, in on_srv_l2cap_le_connect_l()
533 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, in on_srv_l2cap_le_connect_l()
535 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, in on_srv_l2cap_le_connect_l()
562 sock->addr, sock->id, sock->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP, in on_cl_l2cap_psm_connect_l()
571 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, in on_cl_l2cap_psm_connect_l()
593 sock->addr, sock->id, sock->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP, in on_cl_l2cap_le_connect_l()
602 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, in on_cl_l2cap_le_connect_l()
645 sock->addr, sock->id, sock->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP, in on_l2cap_close()
673 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, in on_l2cap_outgoing_congest()
687 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, in on_l2cap_write_done()
715 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_WR, in on_l2cap_data_ind()
733 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, in on_l2cap_data_ind()
940 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, in btsock_l2cap_listen_or_connect()
1059 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_WR, in btsock_l2cap_signaled()