Apply schema API to bluetooth-policy table 36/240636/1
authorSangwan Kwon <sangwan.kwon@samsung.com>
Mon, 10 Aug 2020 07:34:44 +0000 (16:34 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Mon, 10 Aug 2020 07:55:17 +0000 (16:55 +0900)
commit0115cd7c02bec50d346248811140376f54e807ed
tree50fc94927e90bf843cadc7a9daa39980239606eb
parent83018ea0e6d95a348e6f67fbe32f015f61349218
Apply schema API to bluetooth-policy table

[example]
- bluetooth.select(Bluetooth::State);
- bluetooth.update(Bluetooth::State = 1, Bluetooth::Pairing = 0);

Change-Id: Ia27ef58e44e311dea3652f8bd63f22cd77db5b92
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
src/vist/schema/bluetooth.hpp [deleted file]
tables/policy/bluetooth/policy.cpp
tables/policy/bluetooth/policy.hpp
tables/policy/bluetooth/schema.hpp [new file with mode: 0644]
tables/policy/bluetooth/table.cpp
tables/policy/bluetooth/tests/bluetooth.cpp