Searched defs:rfc_port_handle (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_rfc.c95 int rfc_port_handle; member in struct:__anon1095
292 accept_rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(open_handle);
295 srv_rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(new_listen_handle);
298 ,open_handle, new_listen_handle, accept_rs->rfc_port_handle, srv_rs->rfc_port_handle);
299 asrt(accept_rs->rfc_port_handle != srv_rs->rfc_port_handle);
523 rs->rfc_port_handle = 0;
632 rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(p_open->handle);
882 APPL_TRACE_DEBUG("enable data flow, rfc_handle:0x%x, rfc_port_handle
[all...]

Completed in 44 milliseconds