Searched refs:srvc_handle (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/test/suite/gatt/ |
D | gatt_test.cc | 63 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()
|
D | gatt_test.h | 77 int srvc_handle); 79 int srvc_handle);
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_server.h | 60 int srvc_handle); 64 int srvc_handle);
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 694 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()
|