HomeSort by relevance Sort by last modified time
    Searched defs:client_if (Results 1 - 9 of 9) sorted by null

  /system/connectivity/wificond/tests/
server_unittest.cpp 192 sp<IClientInterface> client_if; local
198 kFakeInterfaceName, &client_if).isOk());
199 EXPECT_NE(nullptr, client_if.get());
245 sp<IClientInterface> client_if; local
248 EXPECT_TRUE(server_.createClientInterface(kFakeInterfaceName, &client_if).isOk());
249 EXPECT_NE(nullptr, client_if.get());
277 sp<IClientInterface> client_if; local
281 kFakeInterfaceName, &client_if).isOk());
282 EXPECT_NE(nullptr, client_if.get());
  /system/bt/include/hardware/
bt_common_types.h 32 uint8_t client_if; member in struct:__anon1907
  /system/bt/service/hal/
bluetooth_gatt_interface.cc 84 void RegisterClientCallback(int status, int client_if,
87 VLOG(2) << __func__ << " - status: " << status << " client_if: " << client_if; local
91 RegisterClientCallback(g_interface, status, client_if, app_uuid));
110 void ConnectCallback(int conn_id, int status, int client_if,
115 VLOG(2) << __func__ << " - status: " << status << " client_if: " << client_if
119 ConnectCallback(g_interface, conn_id, status, client_if, bda));
122 void DisconnectCallback(int conn_id, int status, int client_if,
128 << " client_if: " << client_i
    [all...]
  /system/bt/bta/gatt/
bta_gattc_act.cc 144 if (!bta_hh_le_is_hh_gatt_if(bta_gattc_cb.cl_rcb[i].client_if)) {
160 void bta_gattc_start_if(uint8_t client_if) {
161 if (!bta_gattc_cl_get_regcb(client_if)) {
162 LOG(ERROR) << "Unable to start app.: Unknown client_if=" << +client_if;
166 GATT_StartIf(client_if);
173 uint8_t client_if = 0; local
183 if ((bta_gattc_cb.cl_rcb[i].client_if =
193 client_if = bta_gattc_cb.cl_rcb[i].client_if;
1013 tGATT_IF client_if = p_clreg->client_if; local
    [all...]
bta_gattc_int.h 90 tGATT_IF client_if; member in struct:__anon1303
167 tGATT_IF client_if; member in struct:__anon1312
236 tGATT_IF client_if; /* client interface with BTE stack for this application */ member in struct:__anon1317
384 extern tBTA_GATTC_CLCB* bta_gattc_find_clcb_by_cif(uint8_t client_if,
388 extern tBTA_GATTC_CLCB* bta_gattc_clcb_alloc(tGATT_IF client_if,
392 extern tBTA_GATTC_CLCB* bta_gattc_find_alloc_clcb(tGATT_IF client_if,
395 extern tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if);
407 extern bool bta_gattc_mark_bg_conn(tGATT_IF client_if,
409 extern bool bta_gattc_check_bg_conn(tGATT_IF client_if,
  /system/bt/service/
gatt_server_old.cc 117 int client_if; member in struct:bluetooth::gatt::ServerInternals
348 void RegisterClientCallback(int status, int client_if,
350 LOG_INFO(LOG_TAG, "%s: status:%d client_if:%d uuid[0]:%s", __func__, status,
351 client_if, app_uuid.ToString().c_str());
352 g_internal->client_if = client_if;
384 void ClientConnectCallback(int conn_id, int status, int client_if,
387 LOG_INFO(LOG_TAG, "%s: conn_id:%d status:%d client_if:%d %s", __func__,
388 conn_id, status, client_if, addr.c_str());
391 void ClientDisconnectCallback(int conn_id, int status, int client_if,
    [all...]
  /system/bt/bta/dm/
bta_dm_int.h 362 tGATT_IF client_if; member in struct:__anon1289
  /system/bt/bta/include/
bta_gatt_api.h 122 tGATT_IF client_if; member in struct:__anon1490
163 tGATT_IF client_if; member in struct:__anon1497
172 tGATT_IF client_if; member in struct:__anon1498
194 tGATT_IF client_if; member in struct:__anon1501
200 tGATT_IF client_if; member in struct:__anon1502
451 * Parameters client_if - client interface identifier.
456 extern void BTA_GATTC_AppDeregister(tGATT_IF client_if);
465 * Parameters client_if: server interface.
471 extern void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda,
474 extern void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 346 void btgattc_remote_rssi_cb(int client_if, const RawAddress& bda, int rssi,
355 client_if, address.get(), rssi, status);
372 void btgattc_batchscan_reports_cb(int client_if, int status, int report_format,
382 client_if, report_format, num_records, jb.get());
385 void btgattc_batchscan_threshold_cb(int client_if) {
389 method_onBatchScanThresholdCrossed, client_if);
419 p_adv_track_info->client_if, p_adv_track_info->adv_pkt_len,
1195 uint8_t client_if = env->CallIntMethod(params, methodId); local
    [all...]

Completed in 6271 milliseconds