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

  /system/bt/service/
gatt_server.cc 88 .attribute_handle = incl_svc.handle()});
296 << " first handle: " << svc[0].attribute_handle
300 Service service(svc[0].attribute_handle, true, Uuid(svc[0].uuid), {}, {});
305 << " handle: " << curr.attribute_handle;
307 service.characteristics().push_back({curr.attribute_handle,
314 {curr.attribute_handle, Uuid(curr.uuid), curr.permissions});
332 const RawAddress& bda, int attribute_handle, int offset, bool is_long) {
344 << " attribute_handle: " << attribute_handle << " offset: " << offset
347 conn->request_id_to_handle[trans_id] = attribute_handle;
    [all...]
gatt_server.h 206 const RawAddress& bda, int attribute_handle, int offset,
211 int attribute_handle, int offset,
gatt_server_old.cc 147 service[0].attribute_handle);
152 g_internal->service_handle = service[0].attribute_handle;
159 LOG_INFO(LOG_TAG, "%s: descr_handle:%d", __func__, el.attribute_handle);
162 uint16_t char_handle = el.attribute_handle;
  /system/bt/include/hardware/
bt_common_types.h 59 uint16_t attribute_handle; member in struct:__anon1909
bt_gatt_server.h 165 bt_status_t (*send_indication)(int server_if, int attribute_handle,
  /system/bt/stack/srvc/
srvc_battery.cc 245 srvc_hdl = service[0].attribute_handle;
246 p_inst->ba_level_hdl = service[1].attribute_handle;
250 p_inst->clt_cfg_hdl = service[i].attribute_handle;
255 p_inst->pres_fmt_hdl = service[i].attribute_handle;
260 p_inst->rpt_ref_hdl = service[i].attribute_handle;
srvc_dis.cc 367 dis_cb.service_handle = service[0].attribute_handle;
371 dis_cb.dis_attr[i].handle = service[i + 1].attribute_handle;
  /system/bt/stack/gap/
gap_ble.cc 439 service_handle = service[0].attribute_handle;
444 gatt_attr[0].handle = service[1].attribute_handle;
447 gatt_attr[1].handle = service[2].attribute_handle;
450 gatt_attr[2].handle = service[3].attribute_handle;
461 gatt_attr[3].handle = service[4].attribute_handle;
  /system/bt/test/suite/gatt/
gatt_test.cc 120 service_handle_ = service[0].attribute_handle;
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.h 59 virtual bt_status_t SendIndication(int server_if, int attribute_handle,
fake_bluetooth_gatt_interface.cc 87 bt_status_t FakeSendIndication(int server_if, int attribute_handle, int conn_id,
90 return g_server_handler->SendIndication(server_if, attribute_handle,
  /system/bt/stack/gatt/
gatt_attr.cc 297 service_handle = service[0].attribute_handle;
298 gatt_cb.handle_of_h_r = service[1].attribute_handle;
gatt_api.cc 148 * attribute_handle field inside service elements are filled.
212 service->attribute_handle = s_hdl;
238 el->attribute_handle = gatts_add_characteristic(
249 el->attribute_handle =
253 p_incl_decl = gatt_find_hdl_buffer_by_handle(el->attribute_handle);
259 el->attribute_handle = gatts_add_included_service(
    [all...]
  /system/bt/btif/src/
btif_gatt_server.cc 392 int attribute_handle, int conn_id,
400 attribute_handle, std::move(value), confirm));
  /system/bt/bta/gatt/
bta_gatts_api.cc 146 bta_gatts_cb.srvc_cb[srvc_idx].service_id = service[0].attribute_handle;
bta_gattc_cache.cc 753 p_attr->attribute_handle = att_handle;
    [all...]
  /system/bt/service/test/
gatt_server_unittest.cc 272 .attribute_handle = srvc_handle_},
275 .attribute_handle = char_handle_},
278 .attribute_handle = desc_handle_},
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 467 env->SetIntField(element.get(), fid, curr.attribute_handle);
479 env->SetIntField(element.get(), fid, curr.attribute_handle);
    [all...]

Completed in 177 milliseconds