From 7c4da6ca926dbc83006c505e11405c640db82f92 Mon Sep 17 00:00:00 2001 From: Gowtham Anandha Babu Date: Wed, 28 Jan 2015 19:11:57 +0530 Subject: [PATCH] test/pbap-client: Add support to fetch spd,fav PB Adds support to fetch spd,fav phonebook. Tested using PTS test case TC_PCE_PBB_BV_01_C. --- test/pbap-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pbap-client b/test/pbap-client index 51e26ebda..16a786bb1 100755 --- a/test/pbap-client +++ b/test/pbap-client @@ -170,6 +170,6 @@ if __name__ == '__main__': pbap_client.flush_transfers(lambda: test_paths(paths[1:])) - test_paths(["PB", "ICH", "OCH", "MCH", "CCH"]) + test_paths(["PB", "ICH", "OCH", "MCH", "CCH", "SPD", "FAV"]) mainloop.run() -- 2.47.3