Searched refs:BeginServiceDeclaration (Results 1 – 8 of 8) sorted by relevance
/system/bt/service/test/ |
D | gatt_server_unittest.cpp | 252 test_service_id_ = *gatt_server_->BeginServiceDeclaration(uuid0, true); in SetUpTestService() 400 auto service_id = gatt_server_->BeginServiceDeclaration(uuid, true); in TEST_F() 405 EXPECT_FALSE(gatt_server_->BeginServiceDeclaration(uuid, false)); in TEST_F() 421 service_id = gatt_server_->BeginServiceDeclaration(uuid, true); in TEST_F() 464 auto service_id1 = gatt_server_->BeginServiceDeclaration(uuid, true); in TEST_F() 482 auto service_id = gatt_server_->BeginServiceDeclaration(uuid, true); in TEST_F() 500 auto service_id1 = gatt_server_->BeginServiceDeclaration(uuid, true); in TEST_F() 517 service_id = gatt_server_->BeginServiceDeclaration(uuid, true); in TEST_F() 550 auto service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true); in TEST_F() 608 service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true); in TEST_F() [all …]
|
/system/bt/service/common/bluetooth/binder/ |
D | IBluetoothGattServer.h | 67 virtual bool BeginServiceDeclaration( 129 bool BeginServiceDeclaration(
|
D | IBluetoothGattServer.cpp | 70 bool result = BeginServiceDeclaration( in onTransact() 206 bool BpBluetoothGattServer::BeginServiceDeclaration( in BeginServiceDeclaration() function in ipc::binder::BpBluetoothGattServer
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.cpp | 54 bool BluetoothGattServerBinderServer::BeginServiceDeclaration( in BeginServiceDeclaration() function in ipc::binder::BluetoothGattServerBinderServer 67 auto service_id = gatt_server->BeginServiceDeclaration(uuid, is_primary); in BeginServiceDeclaration()
|
D | bluetooth_gatt_server_binder_server.h | 46 bool BeginServiceDeclaration(
|
/system/bt/service/ |
D | gatt_server.h | 139 std::unique_ptr<GattIdentifier> BeginServiceDeclaration(
|
D | gatt_server.cpp | 76 std::unique_ptr<GattIdentifier> GattServer::BeginServiceDeclaration( in BeginServiceDeclaration() function in bluetooth::GattServer
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cpp | 233 if (!gatt_->BeginServiceDeclaration(server_if_, true, in OnServerRegistered()
|