OSDN Git Service

Refactor of headless test to allow additional tests
authorChris Manton <cmanton@google.com>
Tue, 18 Feb 2020 15:56:15 +0000 (07:56 -0800)
committerChris Manton <cmanton@google.com>
Thu, 20 Feb 2020 20:07:28 +0000 (12:07 -0800)
commit25cc82882b799af0904c57c1a3bd30dba6e3cc93
tree79a1bfd1724b3dae3487d1ba6437dba75a5fd302
parent547f0eac23bfb07bb7f504123a6a14fa5da0d5be
Refactor of headless test to allow additional tests

Bug: 147316415

Test: bt_headless --device=40:4e:36:56:f3:9b --loop=1 pairing
Test: bt_headless --device=40:4e:36:56:f3:9b --loop=1 --uuid=0x110e sdp

Change-Id: I202c7af885d86fd77fffeec5a87b56ffe18882da
19 files changed:
test/headless/Android.bp
test/headless/get_options.cc
test/headless/get_options.h
test/headless/headless.cc
test/headless/headless.h
test/headless/main.cc [new file with mode: 0644]
test/headless/nop/nop.cc [new file with mode: 0644]
test/headless/nop/nop.h [new file with mode: 0644]
test/headless/pairing/pairing.cc [new file with mode: 0644]
test/headless/pairing/pairing.h [new file with mode: 0644]
test/headless/read/name.cc [new file with mode: 0644]
test/headless/read/name.h [new file with mode: 0644]
test/headless/read/read.cc [new file with mode: 0644]
test/headless/read/read.h [new file with mode: 0644]
test/headless/sdp/main.cc [deleted file]
test/headless/sdp/sdp.cc [new file with mode: 0644]
test/headless/sdp/sdp.h [new file with mode: 0644]
test/headless/sdp/sdp_db.cc [new file with mode: 0644]
test/headless/sdp/sdp_db.h [new file with mode: 0644]