HomeSort by relevance Sort by last modified time
    Searched refs:conn_type (Results 1 - 7 of 7) sorted by null

  /system/bt/bta/jv/
bta_jv_api.c 152 ** conn_type one of BTA_JV_CONN_TYPE_
161 tBTA_JV_STATUS BTA_JvGetChannelId(int conn_type, void* user_data, INT32 channel)
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)
202 p_msg->type = conn_type;
362 tBTA_JV_STATUS BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,
375 p_msg->type = conn_type;
471 tBTA_JV_STATUS BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,
483 p_msg->type = conn_type;
    [all...]
  /system/bt/bta/include/
bta_jv_api.h 465 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,
    [all...]
  /system/bt/osi/src/
metrics.cpp 157 BluetoothSession::ConnectionTechnologyType conn_type = local
159 bt_session->set_connection_technology_type(conn_type);
  /system/update_engine/update_manager/
chromeos_policy.cc 472 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) {
    [all...]
  /system/bt/stack/btm/
btm_sec.c 96 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,
529 if (conn_type & CONNECTION_TYPE_ORIG_MASK)
534 if (conn_type & CONNECTION_TYPE_CONNLESS_MASK )
543 is_originator = conn_type;
    [all...]
btm_int.h     [all...]
  /system/bt/stack/include/
btm_ble_api.h     [all...]

Completed in 77 milliseconds