Searched defs:is_direct (Results 1 - 10 of 10) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gatts_api.cc277 * is_direct: direct connection or background auto connection
285 bool is_direct, tBTA_GATT_TRANSPORT transport) {
291 p_buf->is_direct = is_direct;
307 * is_direct: direct connection or background auto connection
313 bool is_direct) {
319 p_buf->is_direct = is_direct;
284 BTA_GATTS_Open(tBTA_GATTS_IF server_if, const RawAddress& remote_bda, bool is_direct, tBTA_GATT_TRANSPORT transport) argument
312 BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, const RawAddress& remote_bda, bool is_direct) argument
H A Dbta_gattc_api.cc120 * is_direct: direct connection or background auto connection
129 bool is_direct, tBTA_GATT_TRANSPORT transport,
132 BTA_GATTC_Open(client_if, remote_bda, is_direct, transport, opportunistic,
137 bool is_direct, tBTA_GATT_TRANSPORT transport,
144 p_buf->is_direct = is_direct;
163 * is_direct: direct connection or background auto connection
169 bool is_direct) {
175 p_buf->is_direct = is_direct;
128 BTA_GATTC_Open(tBTA_GATTC_IF client_if, const RawAddress& remote_bda, bool is_direct, tBTA_GATT_TRANSPORT transport, bool opportunistic) argument
136 BTA_GATTC_Open(tBTA_GATTC_IF client_if, const RawAddress& remote_bda, bool is_direct, tBTA_GATT_TRANSPORT transport, bool opportunistic, uint8_t initiating_phys) argument
168 BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, const RawAddress& remote_bda, bool is_direct) argument
[all...]
H A Dbta_gatts_int.h104 bool is_direct; member in struct:__anon164
H A Dbta_gattc_int.h88 bool is_direct; member in struct:__anon135
/system/bt/service/ipc/binder/
H A Dbluetooth_low_energy_binder_server.cc67 bool is_direct,
70 << " is_direct: " << is_direct; local
81 client->Connect(std::string(String8(address).string()), is_direct);
65 Connect(int client_id, const String16& address, bool is_direct, bool* _aidl_return) argument
/system/bt/service/
H A Dlow_energy_client.cc53 bool LowEnergyClient::Connect(const std::string& address, bool is_direct) { argument
54 VLOG(2) << __func__ << "Address: " << address << " is_direct: " << is_direct; local
61 client_id_, bda, is_direct, BT_TRANSPORT_LE, false, PHY_LE_1M_MASK);
/system/bt/btif/src/
H A Dbtif_gatt_server.cc284 bool is_direct, int transport_param) {
297 if (!is_direct) BTA_DmBleStartAutoConn();
322 BTA_GATTS_Open(server_if, address, is_direct, transport);
326 bool is_direct, int transport) {
329 Bind(&btif_gatts_open_impl, server_if, bd_addr, is_direct, transport));
283 btif_gatts_open_impl(int server_if, const RawAddress& address, bool is_direct, int transport_param) argument
325 btif_gatts_open(int server_if, const RawAddress& bd_addr, bool is_direct, int transport) argument
/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.cc44 bool is_direct, int transport, bool opportunistic,
47 return g_client_handler->Connect(client_if, bd_addr, is_direct, transport);
43 FakeConnect(int client_if, const RawAddress& bd_addr, bool is_direct, int transport, bool opportunistic, int phy) argument
/system/update_engine/
H A Dlibcurl_http_fetcher.cc164 bool is_direct = (GetCurrentProxy() == kNoProxy); local
165 LOG(INFO) << "Using proxy: " << (is_direct ? "no" : "yes");
166 if (is_direct) {
/system/bt/stack/gatt/
H A Dgatt_api.cc1148 * is_direct: is a direct conenection or a background auto
1155 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, argument
1158 return GATT_Connect(gatt_if, bd_addr, is_direct, transport, opportunistic,
1162 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, argument
1177 if (is_direct)
1207 bool is_direct) {
1215 if (is_direct) {
1206 GATT_CancelConnect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct) argument

Completed in 3819 milliseconds