Lines Matching refs:string
71 inline std::string hci_error_code_text(const tHCI_ERROR_CODE& error_code) { in hci_error_code_text()
74 return std::string("Success"); in hci_error_code_text()
76 return std::string("Illegal Command"); in hci_error_code_text()
78 return std::string("Unknown Connection"); in hci_error_code_text()
80 return std::string("Hardware Failure"); in hci_error_code_text()
82 return std::string("Page Timeout"); in hci_error_code_text()
84 return std::string("Authentication Failure"); in hci_error_code_text()
86 return std::string("Pin or Key Missing"); in hci_error_code_text()
88 return std::string("Memory Capacity Exceeded"); in hci_error_code_text()
90 return std::string("Connection Timeout"); in hci_error_code_text()
92 return std::string("Connection Limit Exceeded"); in hci_error_code_text()
94 return std::string("Synchronous Connection Limit Exceeded"); in hci_error_code_text()
96 return std::string("Connection Already Exists"); in hci_error_code_text()
98 return std::string("Command Disallowed"); in hci_error_code_text()
100 return std::string("Connection Rejected Limited Resources"); in hci_error_code_text()
102 return std::string("Connection Rejected Security Reasons"); in hci_error_code_text()
104 return std::string("Connection Rejected Unacceptable BdAddr"); in hci_error_code_text()
106 return std::string("Connection Accept Timeout"); in hci_error_code_text()
108 return std::string("Unsupported Feature or Parameter Value"); in hci_error_code_text()
110 return std::string("Remote Terminated Connection"); in hci_error_code_text()
112 return std::string("Local Terminated Connection"); in hci_error_code_text()
114 return std::string("Repeated Attempts"); in hci_error_code_text()
116 return std::string("Pairing not Allowed"); in hci_error_code_text()
118 return std::string("Unsupported Remote or Lmp Feature"); in hci_error_code_text()
120 return std::string("Unspecified Error"); in hci_error_code_text()
122 return std::string("Gatt Connection Lmp Timeout"); in hci_error_code_text()
124 return std::string("Link Layer Collision"); in hci_error_code_text()
126 return std::string("Encryption Mode not Acceptable"); in hci_error_code_text()
128 return std::string("Unit Key Used"); in hci_error_code_text()
130 return std::string("Pairing with Unit Key Unsupported"); in hci_error_code_text()
132 return std::string("Diff Transaction Collision"); in hci_error_code_text()
134 return std::string("Insufficient Security"); in hci_error_code_text()
136 return std::string("Role Switch Pending"); in hci_error_code_text()
138 return std::string("Host Busy Pairing"); in hci_error_code_text()
140 return std::string("Unacceptable Connection Interval"); in hci_error_code_text()
142 return std::string("Advertising Timeout"); in hci_error_code_text()
144 return std::string("Connection Failed Establishment"); in hci_error_code_text()
146 return std::string("Limit Reached"); in hci_error_code_text()
154 inline std::string hci_status_code_text(const tHCI_STATUS& status_code) { in hci_status_code_text()
159 inline std::string hci_reason_code_text(const tHCI_REASON& reason_code) { in hci_reason_code_text()