Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_jv_api.cc55 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type) { in BTA_JvFreeChannel()
127 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel) { in BTA_JvGetChannelId()
130 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect()
139 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capStartServer()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_api.cc116 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel) { in BTA_JvGetChannelId()
143 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type) { in BTA_JvFreeChannel()
225 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect()
276 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capStartServer()
/packages/modules/Bluetooth/system/common/
Dmetrics_unittest.cc127 BluetoothSession_ConnectionTechnologyType conn_type, in MakeBluetoothSession()