()
| 398 | } |
| 399 | } |
| 400 | get flags() { |
| 401 | const index = this.findIndex(GAP.ADType.FLAGS); |
| 402 | if (-1 != index) |
| 403 | return this.#data[index+2]; |
| 404 | } |
| 405 | get completeUUID16List() { |
| 406 | const index = this.findIndex(GAP.ADType.COMPLETE_UUID16_LIST); |
| 407 | if (-1 != index) |