Home
last modified time | relevance | path

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

/system/bt/bta/jv/
Dbta_jv_api.c161 tBTA_JV_STATUS BTA_JvGetChannelId(int conn_type, void* user_data, INT32 channel) in BTA_JvGetChannelId() argument
169 p_msg->type = conn_type; in BTA_JvGetChannelId()
193 tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type) in BTA_JvFreeChannel() argument
202 p_msg->type = conn_type; in BTA_JvFreeChannel()
362 tBTA_JV_STATUS BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect() argument
375 p_msg->type = conn_type; in BTA_JvL2capConnect()
471 tBTA_JV_STATUS BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capStartServer() argument
483 p_msg->type = conn_type; in BTA_JvL2capStartServer()
/system/bt/bta/include/
Dbta_jv_api.h465 tBTA_JV_STATUS BTA_JvGetChannelId(int conn_type, void* user_data,
479 tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type);
557 tBTA_JV_STATUS BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,
601 tBTA_JV_STATUS BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,
/system/update_engine/update_manager/
Dchromeos_policy.cc472 ConnectionType conn_type = *conn_type_p; in UpdateDownloadAllowed() local
475 if (conn_type != ConnectionType::kCellular) { in UpdateDownloadAllowed()
480 conn_type = ConnectionType::kCellular; in UpdateDownloadAllowed()
488 switch (conn_type) { in UpdateDownloadAllowed()
520 if (allowed_conn_types_p->count(conn_type)) { in UpdateDownloadAllowed()
524 } else if (conn_type == ConnectionType::kCellular) { in UpdateDownloadAllowed()
/system/bt/osi/src/
Dmetrics.cpp157 BluetoothSession::ConnectionTechnologyType conn_type = in metrics_a2dp_session() local
159 bt_session->set_connection_technology_type(conn_type); in metrics_a2dp_session()
/system/bt/stack/btm/
Dbtm_sec.c96 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service…
483 CONNECTION_TYPE conn_type; in BTM_SetSecurityLevel() local
486 conn_type = CONN_ORIENT_ORIG; in BTM_SetSecurityLevel()
488 conn_type = CONN_ORIENT_TERM; in BTM_SetSecurityLevel()
490 return(btm_sec_set_security_level (conn_type, p_name, service_id, in BTM_SetSecurityLevel()
517 static BOOLEAN btm_sec_set_security_level (CONNECTION_TYPE conn_type, char *p_name, UINT8 service_i… in btm_sec_set_security_level() argument
529 if (conn_type & CONNECTION_TYPE_ORIG_MASK) in btm_sec_set_security_level()
534 if (conn_type & CONNECTION_TYPE_CONNLESS_MASK ) in btm_sec_set_security_level()
543 is_originator = conn_type; in btm_sec_set_security_level()
704 index, service_id, conn_type, psm, mx_proto_id, mx_chan_id); in btm_sec_set_security_level()
[all …]
Dbtm_int.h1074 UINT16 handle, CONNECTION_TYPE conn_type,
1113 extern tBTM_SEC_SERV_REC *btm_sec_find_first_serv (CONNECTION_TYPE conn_type, UINT16 psm);
/system/bt/stack/include/
Dbtm_ble_api.h1337 extern BOOLEAN BTM_BleSetBgConnType(tBTM_BLE_CONN_TYPE conn_type,