Home
last modified time | relevance | path

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

/system/bt/bta/jv/
Dbta_jv_api.cc134 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel) { in BTA_JvGetChannelId() argument
135 VLOG(2) << __func__ << ": conn_type=" << conn_type; in BTA_JvGetChannelId()
137 if (conn_type != BTA_JV_CONN_TYPE_RFCOMM && in BTA_JvGetChannelId()
138 conn_type != BTA_JV_CONN_TYPE_L2CAP && in BTA_JvGetChannelId()
139 conn_type != BTA_JV_CONN_TYPE_L2CAP_LE) { in BTA_JvGetChannelId()
140 CHECK(false) << "Invalid conn_type=" << conn_type; in BTA_JvGetChannelId()
144 Bind(&bta_jv_get_channel_id, conn_type, channel, id, id)); in BTA_JvGetChannelId()
161 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type) { in BTA_JvFreeChannel() argument
164 do_in_main_thread(FROM_HERE, Bind(&bta_jv_free_scn, conn_type, channel)); in BTA_JvFreeChannel()
264 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect() argument
[all …]
/system/bt/bta/include/
Dbta_jv_api.h446 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel);
459 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type);
532 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,
578 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,
/system/update_engine/update_manager/
Dchromeos_policy.cc474 ConnectionType conn_type = *conn_type_p; in UpdateDownloadAllowed() local
477 if (conn_type != ConnectionType::kCellular) { in UpdateDownloadAllowed()
482 conn_type = ConnectionType::kCellular; in UpdateDownloadAllowed()
490 switch (conn_type) { in UpdateDownloadAllowed()
522 if (allowed_conn_types_p->count(conn_type)) { in UpdateDownloadAllowed()
526 } else if (conn_type == ConnectionType::kCellular) { in UpdateDownloadAllowed()
/system/bt/stack/btm/
Dbtm_int.h219 CONNECTION_TYPE conn_type,
269 extern tBTM_SEC_SERV_REC* btm_sec_find_first_serv(CONNECTION_TYPE conn_type,
Dbtm_sec.cc101 static bool btm_sec_set_security_level(CONNECTION_TYPE conn_type,
490 static bool btm_sec_set_security_level(CONNECTION_TYPE conn_type, in btm_sec_set_security_level() argument
500 is_originator = conn_type; in btm_sec_set_security_level()
1935 uint16_t handle, CONNECTION_TYPE conn_type, in btm_sec_l2cap_access_req() argument
1950 is_originator = conn_type; in btm_sec_l2cap_access_req()
1961 p_serv_rec = btm_sec_find_first_serv(conn_type, psm); in btm_sec_l2cap_access_req()
5302 tBTM_SEC_SERV_REC* btm_sec_find_first_serv(CONNECTION_TYPE conn_type, in btm_sec_find_first_serv() argument
5306 bool is_originator = conn_type; in btm_sec_find_first_serv()
/system/bt/common/
Dmetrics_unittest.cc127 BluetoothSession_ConnectionTechnologyType conn_type, in MakeBluetoothSession() argument
136 session->set_connection_technology_type(conn_type); in MakeBluetoothSession()