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

/system/bt/bta/jv/
H A Dbta_jv_api.c152 ** conn_type one of BTA_JV_CONN_TYPE_
161 tBTA_JV_STATUS BTA_JvGetChannelId(int conn_type, void* user_data, INT32 channel) argument
169 p_msg->type = conn_type;
187 ** conn_type one of BTA_JV_CONN_TYPE_
193 tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type) argument
202 p_msg->type = conn_type;
362 tBTA_JV_STATUS BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, argument
375 p_msg->type = conn_type;
471 tBTA_JV_STATUS BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, argument
483 p_msg->type = conn_type;
[all...]
/system/bt/bta/include/
H A 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/bt/osi/src/
H A Dmetrics.cpp157 BluetoothSession::ConnectionTechnologyType conn_type = local
159 bt_session->set_connection_technology_type(conn_type);
/system/update_engine/update_manager/
H A Dchromeos_policy.cc472 ConnectionType conn_type = *conn_type_p; local
475 if (conn_type != ConnectionType::kCellular) {
480 conn_type = ConnectionType::kCellular;
488 switch (conn_type) {
520 if (allowed_conn_types_p->count(conn_type)) {
524 } else if (conn_type == ConnectionType::kCellular) {
/system/bt/stack/btm/
H A Dbtm_sec.c96 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id,
483 CONNECTION_TYPE conn_type; local
486 conn_type = CONN_ORIENT_ORIG;
488 conn_type = CONN_ORIENT_TERM;
490 return(btm_sec_set_security_level (conn_type, p_name, service_id,
504 ** Parameters: conn_type - TRUE if originating the connection, FALSE if not
517 static BOOLEAN btm_sec_set_security_level (CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id, argument
529 if (conn_type & CONNECTION_TYPE_ORIG_MASK)
534 if (conn_type & CONNECTION_TYPE_CONNLESS_MASK )
543 is_originator = conn_type;
2102 btm_sec_l2cap_access_req(BD_ADDR bd_addr, UINT16 psm, UINT16 handle, CONNECTION_TYPE conn_type, tBTM_SEC_CALLBACK *p_callback, void *p_ref_data) argument
5627 btm_sec_find_first_serv(CONNECTION_TYPE conn_type, UINT16 psm) argument
[all...]
H A Dbtm_int.h1075 UINT16 handle, CONNECTION_TYPE conn_type,
1114 extern tBTM_SEC_SERV_REC *btm_sec_find_first_serv (CONNECTION_TYPE conn_type, UINT16 psm);
/system/bt/stack/include/
H A Dbtm_ble_api.h1330 ** Parameters conn_type: it can be auto connection, or selective connection.
1337 extern BOOLEAN BTM_BleSetBgConnType(tBTM_BLE_CONN_TYPE conn_type,

Completed in 245 milliseconds