Home | History | Annotate | Download | only in bluetooth_Sanity_DefaultState

Lines Matching refs:strs

19         strs = []
21 strs.append("POWERED")
23 strs.append("CONNECTABLE")
25 strs.append("FAST-CONNECTABLE")
27 strs.append("DISCOVERABLE")
29 strs.append("PAIRABLE")
31 strs.append("LINK-SECURITY")
33 strs.append("SSP")
35 strs.append("BR/EDR")
37 strs.append("HS")
39 strs.append("LE")
40 logging.debug(msg + ': %s', " ".join(strs))
43 strs = []
45 strs.append("UP")
47 strs.append("DOWN")
49 strs.append("INIT")
51 strs.append("RUNNING")
53 strs.append("PSCAN")
55 strs.append("ISCAN")
57 strs.append("AUTH")
59 strs.append("ENCRYPT")
61 strs.append("INQUIRY")
63 strs.append("RAW")
64 logging.debug(msg + ' [HCI]: %s', " ".join(strs))