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_bta_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.cc441 ConnectionType conn_type = *conn_type_p; in UpdateDownloadAllowed() local
444 if (conn_type != ConnectionType::kCellular) { in UpdateDownloadAllowed()
449 conn_type = ConnectionType::kCellular; in UpdateDownloadAllowed()
457 switch (conn_type) { in UpdateDownloadAllowed()
489 if (allowed_conn_types_p->count(conn_type)) { in UpdateDownloadAllowed()
493 } else if (conn_type == ConnectionType::kCellular) { in UpdateDownloadAllowed()
/system/bt/stack/btm/
Dbtm_int.h225 CONNECTION_TYPE conn_type,
275 extern tBTM_SEC_SERV_REC* btm_sec_find_first_serv(CONNECTION_TYPE conn_type,
Dbtm_sec.cc95 static bool btm_sec_set_security_level(CONNECTION_TYPE conn_type,
484 static bool btm_sec_set_security_level(CONNECTION_TYPE conn_type, in btm_sec_set_security_level() argument
494 is_originator = conn_type; in btm_sec_set_security_level()
1933 uint16_t handle, CONNECTION_TYPE conn_type, in btm_sec_l2cap_access_req() argument
1948 is_originator = conn_type; in btm_sec_l2cap_access_req()
1959 p_serv_rec = btm_sec_find_first_serv(conn_type, psm); in btm_sec_l2cap_access_req()
5300 tBTM_SEC_SERV_REC* btm_sec_find_first_serv(CONNECTION_TYPE conn_type, in btm_sec_find_first_serv() argument
5304 bool is_originator = conn_type; in btm_sec_find_first_serv()
/system/bt/osi/test/
Dmetrics_test.cc129 BluetoothSession_ConnectionTechnologyType conn_type, in MakeBluetoothSession() argument
138 session->set_connection_technology_type(conn_type); in MakeBluetoothSession()