Home
last modified time | relevance | path

Searched refs:BTSOCK_RFCOMM (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/src/
Dbtif_sock_rfc.cc334 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, in btsock_rfc_listen()
393 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, in btsock_rfc_connect()
425 slot->addr, slot->id, BTSOCK_RFCOMM, in cleanup_rfc_slot()
506 slot->addr, slot->id, BTSOCK_RFCOMM, in on_srv_rfc_listen_started()
529 accept_rs->addr, accept_rs->id, BTSOCK_RFCOMM, in on_srv_rfc_connect()
536 btsock_thread_add_fd(pth, srv_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, in on_srv_rfc_connect()
538 btsock_thread_add_fd(pth, accept_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, in on_srv_rfc_connect()
561 slot->addr, slot->id, BTSOCK_RFCOMM, in on_cli_rfc_connect()
583 slot->addr, slot->id, BTSOCK_RFCOMM, in on_rfc_close()
606 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, in on_rfc_write_done()
[all …]
Dbtif_sock.cc149 case BTSOCK_RFCOMM: in btsock_listen()
209 case BTSOCK_RFCOMM: in btsock_connect()
256 case BTSOCK_RFCOMM: in btsock_signaled()
/system/bt/test/suite/rfcomm/
Drfcomm_unittest.cc36 error = socket_interface()->connect(&bt_remote_bdaddr_, BTSOCK_RFCOMM, in TEST_F()
77 error = socket_interface()->connect(&bt_remote_bdaddr_, BTSOCK_RFCOMM, in TEST_F()
/system/bt/include/hardware/
Dbt_sock.h29 BTSOCK_RFCOMM = 1, enumerator
/system/bt/tools/bdtool/
Dbdtool.c216 sock->listen(BTSOCK_RFCOMM, "meow", (const uint8_t*)&HFP_AG_UUID, 0, in main()
250 sock->connect(&bt_remote_bdaddr, BTSOCK_RFCOMM, in main()