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

  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServer.cpp 122 bool result = EndServiceDeclaration(server_if);
272 bool BpBluetoothGattServer::EndServiceDeclaration(int server_if) {
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.cpp 130 bool BluetoothGattServerBinderServer::EndServiceDeclaration(int server_id) {
163 if (!gatt_server->EndServiceDeclaration(callback)) {
  /system/bt/service/
gatt_server.cpp 121 LOG(ERROR) << "EndServiceDeclaration in progress, cannot modify service";
149 LOG(ERROR) << "EndServiceDeclaration in progress, cannot modify service";
166 bool GattServer::EndServiceDeclaration(const ResultCallback& callback) {
181 LOG(ERROR) << "EndServiceDeclaration already in progress";

Completed in 762 milliseconds