Searched refs:error (Results 1 – 6 of 6) sorted by relevance
| /edtt-latest/src/tests/ |
| D | gatt_verification.py | 887 … to write Device Name - error code: %d - %s" % (reply["error"], ATTData().error(reply["error"])) ); 1247 …ed to read Characteristic @ handle %02d - %s" % ((handles[0] + prevLast)//2, attData.error(data))); 1276 …trace(6, "Attempted to read Characteristic @ handle %02d - %s" % (c_vhandle, attData.error(data))); 1305 …ace(6, "Attempted to read Characteristic @ handle 0x%02X - %s" % (c_vhandle, attData.error(data))); 1334 …ace(6, "Attempted to read Characteristic @ handle 0x%02X - %s" % (c_vhandle, attData.error(data))); 1404 trace.trace(6, "Reply: %s" % attData.error(reply['error'])); 1427 trace.trace(6, "Reply: %s" % attData.error(reply['error'])); 1453 trace.trace(6, "Reply: %s" % attData.error(reply['error'])); 1479 trace.trace(6, "Reply: %s" % attData.error(reply['error'])); 1505 trace.trace(6, "Reply: %s" % attData.error(reply['error'])); [all …]
|
| /edtt-latest/src/components/ |
| D | attdata.py | 341 def __errorText(self, error): argument 342 result = ATTError(error).name; 619 def error(self, code): member in ATTData
|
| D | smpdata.py | 291 def error(self, code): member in SMPData
|
| D | events.py | 944 error = struct.unpack('<B', self.data[:1])[0]; 946 error = 0; 947 return (error,);
|
| /edtt-latest/docs/ |
| D | EDTT_transport.md | 65 Returns the amount of read bytes, or -1 on error 79 Returns the number of written bytes or -1 on error.
|
| D | EDTT_transport_bsim.md | 113 it would not be, an error would be printed.
|