Home
last modified time | relevance | path

Searched refs:srvc_handle (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_test.cc63 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback() argument
66 instance->service_handle_ = srvc_handle; in ServiceStoppedCallback()
70 void ServiceDeletedCallback(int status, int server_if, int srvc_handle) { in ServiceDeletedCallback() argument
73 instance->service_handle_ = srvc_handle; in ServiceDeletedCallback()
Dgatt_test.h77 int srvc_handle);
79 int srvc_handle);
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h60 int srvc_handle);
64 int srvc_handle);
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp694 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) { in btgatts_service_stopped_cb() argument
695 bluetooth::gatt::remove_service(server_if, srvc_handle); in btgatts_service_stopped_cb()
701 server_if, srvc_handle); in btgatts_service_stopped_cb()
704 void btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) { in btgatts_service_deleted_cb() argument
705 bluetooth::gatt::remove_service(server_if, srvc_handle); in btgatts_service_deleted_cb()
711 server_if, srvc_handle); in btgatts_service_deleted_cb()