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

  /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.h 89 bool AddCharacteristic(const UUID &id, int properties, int permissions);
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.h 146 std::unique_ptr<GattIdentifier> AddCharacteristic(
gatt_server.cpp 107 std::unique_ptr<GattIdentifier> GattServer::AddCharacteristic(
  /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/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(
  /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(

Completed in 1518 milliseconds