HomeSort by relevance Sort by last modified time
    Searched full:addcharacteristic (Results 1 - 25 of 26) sorted by null

1 2

  /system/bt/service/test/
gatt_server_unittest.cpp 40 MOCK_METHOD5(AddCharacteristic, bt_status_t(int, int, bt_uuid_t*, int, int));
234 EXPECT_CALL(*mock_handler_, AddCharacteristic(_, _, _, _, _))
253 test_char_id_ = *gatt_server_->AddCharacteristic(uuid1, 0, 0);
537 TEST_F(GattServerPostRegisterTest, AddCharacteristic) {
546 EXPECT_EQ(nullptr, gatt_server_->AddCharacteristic(char_uuid, props, perms));
556 auto char_id0 = gatt_server_->AddCharacteristic(char_uuid, props, perms);
557 auto char_id1 = gatt_server_->AddCharacteristic(char_uuid, props, perms);
587 EXPECT_EQ(nullptr, gatt_server_->AddCharacteristic(char_uuid, props, perms));
589 EXPECT_CALL(*mock_handler_, AddCharacteristic(_, _, _, _, _))
600 // First AddCharacteristic call will fail
    [all...]
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServer.h 70 virtual bool AddCharacteristic(
132 bool AddCharacteristic(
IBluetoothGattServer.cpp 90 bool result = AddCharacteristic(
228 bool BpBluetoothGattServer::AddCharacteristic(
  /system/bt/service/
gatt_server_old.cpp 98 bt_status_t AddCharacteristic(
310 // This terminates an AddCharacteristic.
510 bt_status_t ServerInternals::AddCharacteristic(
644 bool Server::AddCharacteristic(
647 bt_status_t btstat = internal_->AddCharacteristic(
665 bt_status_t btstat = internal_->AddCharacteristic(
676 btstat = internal_->AddCharacteristic(
gatt_server_old.h 89 bool AddCharacteristic(const UUID &id, int properties, int permissions);
gatt_server.h 146 std::unique_ptr<GattIdentifier> AddCharacteristic(
gatt_server.cpp 107 std::unique_ptr<GattIdentifier> GattServer::AddCharacteristic(
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 76 void addCharacteristic(in int serverIf, in ParcelUuid charId,
BluetoothGattService.java 232 public boolean addCharacteristic(BluetoothGattCharacteristic characteristic) {
BluetoothGattServer.java 590 mService.addCharacteristic(mServerIf,
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java 98 void addCharacteristic(UUID uuid, int properties, int permissions) {
HandleMap.java 106 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) {
GattService.java 506 public void addCharacteristic(int serverIf, ParcelUuid charId,
510 service.addCharacteristic(serverIf, charId.getUuid(), properties,
767 currSrvc.addCharacteristic(currChar);
    [all...]
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.h 49 bool AddCharacteristic(
bluetooth_gatt_server_binder_server.cpp 79 bool BluetoothGattServerBinderServer::AddCharacteristic(
93 auto char_id = gatt_server->AddCharacteristic(uuid, properties, permissions);
  /system/bt/service/example/heart_rate/
heart_rate_server.cpp 244 if (!gatt_->AddCharacteristic(
269 if (!gatt_->AddCharacteristic(
282 if (!gatt_->AddCharacteristic(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 233 service.addCharacteristic(characteristic);
237 service.addCharacteristic(notiCharacteristic);
  /system/bt/service/doc/
IBluetoothGattServer.txt 63 boolean addCharacteristic(in int server_if, in ParcelUuid uuid,
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.h 68 virtual bt_status_t AddCharacteristic(int server_if, int srvc_handle,
fake_bluetooth_gatt_interface.cpp 126 return g_server_handler->AddCharacteristic(server_if, srvc_handle, uuid,
  /system/bt/service/ipc/
linux_ipc_host.cpp 162 gatt_servers_[service_uuid]->AddCharacteristic(
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java 266 .addCharacteristic(mCharacteristicList.get(characteristicIndex));
292 mGattServiceList.get(index).addCharacteristic(mCharacteristicList.get(characteristicIndex));
  /frameworks/data-binding/compiler/src/main/resources/
api-versions.xml     [all...]
  /prebuilts/sdk/api/
18.txt     [all...]
19.txt     [all...]

Completed in 2220 milliseconds

1 2