mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-19 01:58:37 +08:00
unit/test-hfp: Add /hfp/test_register_5
This commit is contained in:
parent
65759704d9
commit
f2ef82bbb8
@ -289,6 +289,11 @@ int main(int argc, char *argv[])
|
|||||||
'\r'),
|
'\r'),
|
||||||
type_pdu(HFP_GW_CMD_TYPE_TEST, 0),
|
type_pdu(HFP_GW_CMD_TYPE_TEST, 0),
|
||||||
data_end());
|
data_end());
|
||||||
|
define_test("/hfp/test_register_5", test_register,
|
||||||
|
raw_pdu('D', '\0'),
|
||||||
|
raw_pdu('A', 'T', 'D', '1', '2', '3', '4', '5', '\r'),
|
||||||
|
type_pdu(HFP_GW_CMD_TYPE_SET, 0),
|
||||||
|
data_end());
|
||||||
|
|
||||||
return g_test_run();
|
return g_test_run();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user