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

  /system/bt/stack/srvc/
srvc_dis_int.h 43 uint16_t service_handle; member in struct:__anon2550
  /system/bt/test/suite/gatt/
gatt_test.h 46 int service_handle() const { return service_handle_; } function in class:bttest::GattTest
  /system/bt/stack/gatt/
gatt_attr.cc 273 uint16_t service_handle = 0; local
297 service_handle = service[0].attribute_handle;
gatt_api.cc 374 * Parameter service_handle : this is the start handle of a service
379 void GATTS_StopService(uint16_t service_handle) {
380 LOG(INFO) << __func__ << ": 0x" << std::hex << +service_handle; local
382 auto it = gatt_sr_find_i_rcb_by_handle(service_handle);
384 LOG(ERROR) << StringPrintf("%s: service_handle: %u is not in use", __func__,
385 service_handle);
    [all...]
  /system/bt/stack/gap/
gap_ble.cc 396 uint16_t service_handle; local
439 service_handle = service[0].attribute_handle;
441 DVLOG(1) << __func__ << ": service_handle = " << +service_handle; local
  /system/bt/service/
gatt_server_old.cc 118 int service_handle; member in struct:bluetooth::gatt::ServerInternals
152 g_internal->service_handle = service[0].attribute_handle;
516 service_handle(0),
523 gatt->server->delete_service(server_if, service_handle);
626 internal_->service_handle);
664 internal_->service_handle);
674 internal_->server_if, internal_->service_handle);
677 internal_->service_handle);

Completed in 608 milliseconds