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

  /system/bt/stack/srvc/
srvc_dis_int.h 43 uint16_t service_handle; member in struct:__anon106601
srvc_dis.cc 108 if (handle >= dis_cb.service_handle && handle <= dis_cb.max_handle)
379 dis_cb.service_handle = service[0].attribute_handle;
380 dis_cb.max_handle = dis_cb.service_handle + DIS_MAX_ATTR_NUM;
  /system/bt/test/suite/gatt/
gatt_unittest.cc 103 gatt_server_interface()->stop_service(server_if, service_handle());
108 gatt_server_interface()->delete_service(server_if, service_handle());
gatt_test.h 46 int service_handle() const { return service_handle_; } function in class:bttest::GattTest
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 155 bt_status_t (*stop_service)(int server_if, int service_handle);
158 bt_status_t (*delete_service)(int server_if, int service_handle);
  /system/bt/service/
gatt_server_old.cc 118 int service_handle; member in struct:bluetooth::gatt::ServerInternals
150 g_internal->service_handle = service[0].attribute_handle;
517 service_handle(0),
524 gatt->server->delete_service(server_if, service_handle);
629 internal_->service_handle);
667 internal_->service_handle);
677 internal_->server_if, internal_->service_handle);
680 internal_->service_handle);
gatt_server.h 202 int service_handle) override;
  /system/bt/btif/src/
btif_gatt_server.cc 403 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) {
405 return do_in_jni_thread(Bind(&BTA_GATTS_StopService, service_handle));
409 int service_handle) {
411 return do_in_jni_thread(Bind(&BTA_GATTS_DeleteService, service_handle));
  /system/bt/stack/gatt/
gatt_attr.cc 270 uint16_t service_handle = 0; local
295 service_handle = service[0].attribute_handle;
gatt_api.cc 452 * Parameter service_handle : this is the start handle of a service
457 void GATTS_StopService(uint16_t service_handle) {
458 GATT_TRACE_API("%s: %u", __func__, service_handle);
460 auto it = gatt_sr_find_i_rcb_by_handle(service_handle);
462 GATT_TRACE_ERROR("%s: service_handle: %u is not in use", __func__,
463 service_handle);
    [all...]
  /system/bt/stack/gap/
gap_ble.cc 365 uint16_t service_handle; local
408 service_handle = service[0].attribute_handle;
410 GAP_TRACE_EVENT("%s: service_handle = %d", __func__, service_handle);
  /system/bt/stack/include/
gatt_api.h 752 * Parameter service_handle : this is the start handle of a service
757 extern void GATTS_StopService(uint16_t service_handle);
    [all...]

Completed in 413 milliseconds