Searched refs:BTSOCK_L2CAP (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_l2cap.cc | 235 sock->addr, sock->id, sock->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP, in btsock_l2cap_free_l() 463 sock->addr, sock->id, sock->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP, in on_srv_l2cap_listen_started() 534 accept_rs->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP, in on_srv_l2cap_psm_connect_l() 540 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, in on_srv_l2cap_psm_connect_l() 542 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, in on_srv_l2cap_psm_connect_l() 582 sock->addr, sock->id, sock->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP, in on_cl_l2cap_psm_connect_l() 588 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, in on_cl_l2cap_psm_connect_l() 637 sock->addr, sock->id, sock->is_le_coc ? BTSOCK_L2CAP_LE : BTSOCK_L2CAP, in on_l2cap_close() 669 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, in on_l2cap_outgoing_congest() 684 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, in on_l2cap_write_done() [all …]
|
D | btif_sock.cc | 176 case BTSOCK_L2CAP: in btsock_listen() 229 case BTSOCK_L2CAP: in btsock_connect() 267 case BTSOCK_L2CAP: in btsock_signaled()
|
D | btif_sock_logging.cc | 153 case BTSOCK_L2CAP: in dump()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_sock.h | 37 BTSOCK_L2CAP = 3, enumerator
|