Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. Peripheral {
  2. _noble:
  3. Noble {
  4. initialized: true,
  5. address: 'd8:9c:67:9c:7c:8c',
  6. _state: 'poweredOn',
  7. _bindings:
  8. NobleBindings {
  9. _state: 'poweredOn',
  10. _addresses: [Object],
  11. _addresseTypes: [Object],
  12. _connectable: [Object],
  13. _pendingConnectionUuid: null,
  14. _connectionQueue: [],
  15. _handles: [Object],
  16. _gatts: [Object],
  17. _aclStreams: [Object],
  18. _signalings: [Object],
  19. _hci: [Hci],
  20. _gap: [Gap],
  21. _events: [Object],
  22. _eventsCount: 21,
  23. onSigIntBinded: [Function: bound ],
  24. _scanServiceUuids: [] },
  25. _peripherals: { ffff4a0004e5: [Peripheral], ec28eaebb742: [Circular] },
  26. _services: { ffff4a0004e5: {}, ec28eaebb742: [Object] },
  27. _characteristics: { ffff4a0004e5: {}, ec28eaebb742: [Object] },
  28. _descriptors: { ffff4a0004e5: {}, ec28eaebb742: [Object] },
  29. _discoveredPeripheralUUids: [ 'ffff4a0004e5', 'ec28eaebb742' ],
  30. _events:
  31. [Object: null prototype] {
  32. warning: [Function: bound ],
  33. newListener: [Function: bound ],
  34. stateChange: [Function],
  35. discover: [Function] },
  36. _eventsCount: 4,
  37. _allowDuplicates: undefined },
  38. id: 'ec28eaebb742',
  39. uuid: 'ec28eaebb742',
  40. address: 'ec:28:ea:eb:b7:42',
  41. addressType: 'random',
  42. connectable: true,
  43. advertisement:
  44. { localName: 'BBC micro:bit [pupop]',
  45. txPowerLevel: undefined,
  46. manufacturerData: undefined,
  47. serviceData: [],
  48. serviceUuids: [],
  49. solicitationServiceUuids: [],
  50. serviceSolicitationUuids: [] },
  51. rssi: -32,
  52. services:
  53. [ Service {
  54. _noble: [Noble],
  55. _peripheralId: 'ec28eaebb742',
  56. uuid: 'e95d0753251d470aa062fa1922dfa9a8',
  57. name: null,
  58. type: null,
  59. includedServiceUuids: null,
  60. characteristics: null } ],
  61. state: 'connected',
  62. _events: [Object: null prototype] {},
  63. _eventsCount: 0 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement