Searched defs:service_handle (Results 1 - 7 of 7) sorted by relevance

/system/bt/stack/srvc/
H A Dsrvc_dis_int.h43 uint16_t service_handle; member in struct:__anon1273
/system/bt/test/suite/gatt/
H A Dgatt_test.h46 int service_handle() const { return service_handle_; } function in class:bttest::GattTest
/system/bt/btif/src/
H A Dbtif_gatt_server.cc380 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) { argument
382 return do_in_jni_thread(Bind(&BTA_GATTS_StopService, service_handle));
386 int service_handle) {
388 return do_in_jni_thread(Bind(&BTA_GATTS_DeleteService, service_handle));
385 btif_gatts_delete_service(int server_if, int service_handle) argument
/system/bt/stack/gatt/
H A Dgatt_attr.cc273 uint16_t service_handle = 0; local
298 service_handle = service[0].attribute_handle;
H A Dgatt_api.cc429 * Parameter service_handle : this is the start handle of a service
434 void GATTS_StopService(uint16_t service_handle) { argument
435 LOG(INFO) << __func__ << ": 0x" << std::hex << +service_handle; local
437 auto it = gatt_sr_find_i_rcb_by_handle(service_handle);
439 LOG(ERROR) << StringPrintf("%s: service_handle: %u is not in use", __func__,
440 service_handle);
/system/bt/stack/gap/
H A Dgap_ble.cc397 uint16_t service_handle; local
440 service_handle = service[0].attribute_handle;
442 DVLOG(1) << __func__ << ": service_handle = " << +service_handle; local
/system/bt/service/
H A Dgatt_server_old.cc118 int service_handle; member in struct:bluetooth::gatt::ServerInternals
151 g_internal->service_handle = service[0].attribute_handle;
519 service_handle(0),
526 gatt->server->delete_service(server_if, service_handle);
631 internal_->service_handle);
669 internal_->service_handle);
679 internal_->server_if, internal_->service_handle);
682 internal_->service_handle);

Completed in 121 milliseconds