Home
last modified time | relevance | path

Searched refs:BTA_JvRfcommGetPortHdl (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/src/
Dbtif_sock_rfc.cc262 accept_rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(open_handle); in create_srv_accept_rfc_slot()
266 srv_rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(new_listen_handle); in create_srv_accept_rfc_slot()
555 slot->rfc_port_handle = BTA_JvRfcommGetPortHdl(p_open->handle); in on_cli_rfc_connect()
/system/bt/bta/include/
Dbta_jv_api.h806 uint16_t BTA_JvRfcommGetPortHdl(uint32_t handle);
/system/bt/bta/jv/
Dbta_jv_api.cc641 uint16_t BTA_JvRfcommGetPortHdl(uint32_t handle) { in BTA_JvRfcommGetPortHdl() function