Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_api.cc117 void BTA_JvGetChannelId(tBTA_JV_CONN_TYPE conn_type, uint32_t id, in BTA_JvGetChannelId() argument
120 bta_jv_conn_type_text(conn_type), id, channel); in BTA_JvGetChannelId()
123 Bind(&bta_jv_get_channel_id, conn_type, channel, id, id)); in BTA_JvGetChannelId()
141 tBTA_JV_CONN_TYPE conn_type) { in BTA_JvFreeChannel() argument
143 bta_jv_conn_type_text(conn_type)); in BTA_JvFreeChannel()
145 do_in_main_thread(FROM_HERE, Bind(&bta_jv_free_scn, conn_type, channel)); in BTA_JvFreeChannel()
225 void BTA_JvL2capConnect(tBTA_JV_CONN_TYPE conn_type, tBTA_SEC sec_mask, in BTA_JvL2capConnect() argument
235 bta_jv_conn_type_text(conn_type), remote_psm, peer_bd_addr, in BTA_JvL2capConnect()
240 Bind(&bta_jv_l2cap_connect, conn_type, sec_mask, remote_psm, in BTA_JvL2capConnect()
280 void BTA_JvL2capStartServer(tBTA_JV_CONN_TYPE conn_type, tBTA_SEC sec_mask, in BTA_JvL2capStartServer() argument
[all …]
/packages/modules/Bluetooth/system/bta/include/
Dbta_jv_api.h492 void BTA_JvGetChannelId(tBTA_JV_CONN_TYPE conn_type, uint32_t id,
506 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, tBTA_JV_CONN_TYPE conn_type);
563 void BTA_JvL2capConnect(tBTA_JV_CONN_TYPE conn_type, tBTA_SEC sec_mask,
596 void BTA_JvL2capStartServer(tBTA_JV_CONN_TYPE conn_type, tBTA_SEC sec_mask,
/packages/modules/Bluetooth/system/common/
Dmetrics_unittest.cc126 BluetoothSession_ConnectionTechnologyType conn_type, in MakeBluetoothSession() argument
135 session->set_connection_technology_type(conn_type); in MakeBluetoothSession()