ref: fc5424cb72e477c5f1bbfaeddb5c50b851a965ae
src/libs/mynewt-nimble/docs/btshell/btshell_GAP.rst
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 |
GAP API for btshell =================== Generic Access Profile (GAP) defines the generic procedures related to discovery of Bluetooth devices (idle mode procedures) and link management aspects of connecting to Bluetooth devices (connecting mode procedures). It also defines procedures related to use of different security levels. Several different modes and procedures may be performed simultaneously over an LE physical transport. The following modes and procedures are defined for use over an LE physical transport: 1. **Broadcast mode and observation procedure** - These allow two devices to communicate in a unidirectional connectionless manner using the advertising events. 2. **Discovery modes and procedures** - All devices shall be in either non-discoverable mode or one of the discoverable modes. - A device in the discoverable mode shall be in either the general discoverable mode or the limited discoverable mode. - A device in non-discoverable mode will not be discovered by any device that is performing either the general discovery procedure or the limited discovery procedure. 3. **Connection modes and procedures** - allow a device to establish a connection to another device. - allow updating of parameters of the connection - allow termination of the connection 4. **Bonding modes and procedures** - Bonding allows two connected devices to exchange and store security and identity information to create a trusted relationship. - Bonding can occur only between two devices in bondable mode. Available commands ~~~~~~~~~~~~~~~~~~ Parameters default values are marked red. Configuration ------------- +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | **Command** | **Parmeters** | \*\* Possible values\*\* | **Description** | +=====================+=================+============================+=========================================================================================================+ | **set** | | | Set configuration options | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | addr | XX:XX:XX:XX:XX:XX | Local device address | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | addr\_type | ``public`` | Local device address type | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | | random | Use random address for scan requests | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | mtu | [23-UINT16\_MAX] | GATT Maximum Transmission Unit (MTU) | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | irk | XX:XX:XX... | Local Identity Resolving Key (16 byte | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | **set-priv-mode** | | | Set privacy mode for device | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | addr | XX:XX:XX:XX:XX:XX | Remote device address | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | addr\_type | ``public`` | Remote device public address type | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | | random | Remote device random address type | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | mode | [``0``-1] | 0 - use network privacy, 1 - use device privacy | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | **white-list** | | | Add devices to white list (this command accepts multiple instances of addr and addr\_type parameters) | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | addr | XX:XX:XX:XX:XX:XX | Remote device address | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | addr\_type | ``public`` | Remote device public address type | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ | | | random | Remote device random address type | +---------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------------------+ Device discovery and connection ------------------------------- +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **Command** | **Parmeters** | \*\* Possible values\*\* | **Description** | +==========================+================================+============================+============================================================================================================+ | **scan** | | | Discover remote devices | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | cancel | | cancel ongoing scan procedure | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | extended | ``none`` | Start legacy scan | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | 1M | Start extended scan on 1M PHY | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | coded | Start extended scan on Coded PHY | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | both | Start extended scan on both PHYs | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | duration | [1-``INT32_MAX``], | Duration of scan in milliseconds | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | limited | [``0``-1] | Use limited discovery procedure | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | passive | [``0``-1] | Use passive scan | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | interval | [``0``-UINT16\_MAX] | Scan interval, if 0 use stack's default | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | window | [``0``-UINT16\_MAX] | Scan window, if 0 use stack's default | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | filter | ``no_wl`` | Scan filter policy - Accept all advertising packets | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | use\_wl | Accept only advertising packets from devices on White List | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | no\_wl\_inita | Accept all advertising packets (including directed RPA) | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | use\_wl\_inita | Accept only advertising packets from devices on White List (including directed RPA) | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | nodups | [``0``-1] | Disable duplicates filtering | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | own\_addr\_type | ``public`` | Use public address for scan requests | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | random | Use random address for scan requests | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | rpa\_pub | Use RPA address for scan requests (fallback to public if no IRK) | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | rpa\_rnd | Use RPA address for scan requests (fallback to random if no IRK) | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | extended\_duration | [``0``-UINT16\_MAX] | Duration of extended scan in 10 milliseconds | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | extended\_period | [``0``-UINT16\_MAX] | Periodic scan interval in 1.28 seconds (0 disabled) | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | longrange\_interval | [``0``-UINT16\_MAX] | Scan interval for Coded Scan , if 0 use stack's default | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | longrange\_window | [``0``-UINT16\_MAX] | Scan window for Coded Scan , if 0 use stack's default | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | longrange\_passive | [``0``-1] | Use passive scan for Coded Scan | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **connect** | | | Initiate connection to remote device | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | cancel | | Cancel ongoing connection procedure | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | extended | ``none`` | Use legacy connection procedure | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | 1M | Extended connect using 1M PHY scan parameters | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | coded | Extended connect using Coded PHY scan parameters | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | both | Extended connect using 1M and Coded PHYs scan parameters | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | all | Extended connect using 1M and Coded PHYs scan parameters (Provide also connection parameters for 2M PHY) | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | peer\_addr\_type | ``public`` | Remote device public address type | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | random | Remote device random address type | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | public\_id | Remote device public address type (Identity) | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | random\_id | Remote device random address type (Identity) | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | peer\_addr | XX:XX:XX:XX:XX:XX | Remote device address | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | own\_addr\_type | ``public`` | Use public address for scan requests | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | random | Use random address for scan requests | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | rpa\_pub | Use RPA address for scan requests (fallback to public if no IRK) | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | | rpa\_rnd | Use RPA address for scan requests (fallback to random if no IRK) | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | duration | [``0``-INT32\_MAX] | Connection attempt duration, if 0 use stack's default | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | scan\_interval | [0-UINT16\_MAX] | Scan interval, default: 0x0010 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | scan\_window | [0-UINT16\_MAX] | Scan window, default: 0x0010 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | interval\_min | [0-UINT16\_MAX] | Minimum connection interval, default: 30 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | interval\_max | [0-UINT16\_MAX] | Maximum connection interval, default: 50 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | latency | [UINT16] | Connection latency, default: 0 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | timeout | [UINT16] | Connection timeout, default: 0x0100 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | min\_conn\_event\_len | [UINT16] | Minimum length of connection event, default: 0x0010 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | max\_conn\_event\_len | [UINT16] | Maximum length of connection event, default: 0x0300 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | coded\_scan\_interval | [0-UINT16\_MAX] | Coded PHY Scan interval, default: 0x0010 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | coded\_scan\_window | [0-UINT16\_MAX] | Coded PHY Scan window, default: 0x0010 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | coded\_interval\_min | [0-UINT16\_MAX] | Coded PHY Minimum connection interval, default: 30 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | coded\_interval\_max | [0-UINT16\_MAX] | Coded PHY Maximum connection interval, default: 50 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | coded\_latency | [UINT16] | Coded PHY Connection latency, default: 0 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | coded\_timeout | [UINT16] | Coded PHY Connection timeout, default: 0x0100 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | coded\_min\_conn\_event\_len | [UINT16] | Coded PHY Minimum length of connection event, default: 0x0010 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | coded\_max\_conn\_event\_len | [UINT16] | Coded PHY Maximum length of connection event, default: 0x0300 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | 2M\_scan\_interval | [0-UINT16\_MAX] | 2M PHY Scan interval, default: 0x0010 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | 2M\_scan\_window | [0-UINT16\_MAX] | 2M PHY Scan window, default: 0x0010 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | 2M\_interval\_min | [0-UINT16\_MAX] | 2M PHY Minimum connection interval, default: 30 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | 2M\_interval\_max | [0-UINT16\_MAX] | 2M PHY Maximum connection interval, default: 50 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | 2M\_latency | [UINT16] | 2M PHY Connection latency, default: 0 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | 2M\_timeout | [UINT16] | 2M PHY Connection timeout, default: 0x0100 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | 2M\_min\_conn\_event\_len | [UINT16] | 2M PHY Minimum length of connection event, default: 0x0010 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | 2M\_max\_conn\_event\_len | [UINT16] | 2M PHY Maximum length of connection event, default: 0x0300 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **disconnect** | | | Disconnect exisiting connection | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | conn | [UINT16] | Connection handle | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | reason | [UINT8] | Disconnect reason | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **show-addr** | | | Show local public and random identity addresses | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **show-conn** | | | Show current connections | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **conn-rssi** | | | Obtain RSSI of specified connection | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | conn | [UINT16] | Connection handle | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **conn-update-params** | | | Update parameters of specified connection | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | conn | [UINT16] | Connection handle | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | interval\_min | [0-UINT16\_MAX] | Minimum connection interval, default: 30 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | interval\_max | [0-UINT16\_MAX] | Maximum connection interval, default: 50 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | latency | [UINT16] | Connection latency, default: 0 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | timeout | [UINT16] | Connection timeout, default: 0x0100 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | min\_conn\_event\_len | [UINT16] | Minimum length of connection event, default: 0x0010 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | max\_conn\_event\_len | [UINT16] | Maximum length of connection event, default: 0x0300 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **conn-datalen** | | | Set DLE parmaeters for connection | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | conn | [UINT16] | Connection handle | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | octets | [UINT16] | Maximum transmission packet size | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | time | [UINT16] | Maximum transmission packet time | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **phy-set** | | | Set prefered PHYs used for connection | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | conn | [UINT16] | Connection handle | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | tx\_phys\_mask | [UINT8] | Prefered PHYs on TX is mask of following bits0x00 - no preference0x01 - 1M, 0x02 - 2M, 0x04 - Coded | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | rx\_phys\_mask | [UINT8] | Prefered PHYs on RX is mask of following bits0x00 - no preference0x01 - 1M, 0x02 - 2M, 0x04 - Coded | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | phy\_opts | [UINT16] | Options for Coded PHY 0 - any coding, 1 - prefer S2, 2 - prefer S8 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **phy-set-default** | | | Set default prefered PHYs used for new connection | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | tx\_phys\_mask | [UINT8] | Prefered PHYs on TX is mask of following bits0x00 - no preference0x01 - 1M, 0x02 - 2M, 0x04 - Coded | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | rx\_phys\_mask | [UINT8] | Prefered PHYs on RX is mask of following bits0x00 - no preference0x01 - 1M, 0x02 - 2M, 0x04 - Coded | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **phy-read** | | | Read connection current PHY | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | conn | [UINT16] | Connection handle | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | **l2cap-update** | | | Update connection parameters | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | interval\_min | [0-UINT16\_MAX] | Minimum connection interval, default: 30 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | interval\_max | [0-UINT16\_MAX] | Maximum connection interval, default: 50 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | latency | [UINT16] | Connection latency, default: 0 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ | | timeout | [UINT16] | Connection timeout, default: 0x0100 | +--------------------------+--------------------------------+----------------------------+------------------------------------------------------------------------------------------------------------+ Security -------- +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | **Command** | **Parmeters** | \*\* Possible values\*\* | **Description** | +===========================+====================+============================+============================================================================================================================+ | **security-set-data** | | | Set security configuration | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | oob-flag | [``0``-1] | Set Out-Of-Band (OOB) flag in Security Manager | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | mitm-flag | [``0``-1] | Set Man-In-The-Middle (MITM) flag in Security Manager | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | io\_capabilities | 0 | Set Input-Output Capabilities to "DisplayOnly" | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | | 1 | Set Input-Output Capabilities to "DisplayYesNo" | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | | 2 | Set Input-Output Capabilities to "KeyboardOnly" | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | | 3 | Set Input-Output Capabilities to "NoInputNoOutput" | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | | 4 | Set Input-Output Capabilities to "KeyboardDisplay" | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | our\_key\_dist | [UINT8] | Set Local Keys Distribution, this is a bit field of possible values: LTK (0x01), IRK (0x02), CSRK (0x04), LTK\_SC(0x08) | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | their\_key\_dist | [UINT8] | Set Remote Keys Distribution, this is a bit field of possible values: LTK (0x01), IRK (0x02), CSRK (0x04), LTK\_SC(0x08) | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | bonding-flag | [``0``-1] | Set Bonding flag in Security Manager | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | sc-flag | [``0``-1] | Set Secure Connections flag in Security Manager | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | **security-pair** | | | Start pairing procedure | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | conn | [UINT16] | Connection handle | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | **security-encryption** | | | Start encryption procedure | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | conn | [UINT16] | Connection handle | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | ediv | [UINT16] | EDIV for LTK to use (use storage if not provided) | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | rand | [UINT64] | Rand for LTK | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | ltk | XX:XX:XX... | LTK (16 bytes) | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | **security-start** | | | Start security procedure (This starts either pairing or encryption depending if keys are stored) | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | conn | [UINT16] | Connection handle | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | **auth-passkey** | | | Reply to Passkey request | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | conn | [UINT16] | Connection handle | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | action | [UINT16] | Action to reply (as received in event) | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | key | [0-999999] | Passkey to reply (Input or Display action) | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | oob | XX:XX:XX:... | Out-Of-Band secret (16 bytes) (OOB action) | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | | yesno | Yy-Ny | Confirm passkey (for Passkey Confirm action) | +---------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ Advertising with Extended Advertising enabled --------------------------------------------- +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | **Command** | **Parmeters** | \*\* Possible values\*\* | **Description** | +==============================+==========================+============================+=====================================================================================+ | **advertise-configure** | | | Configure new advertising instance | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | instance | [``0``-UINT8\_MAX] | Advertising instance | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | connectable | [``0``-1] | Use connectable advertising | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | scannable | [``0``-1] | Use scannable advertising | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | peer\_addr\_type | ``public`` | Remote device public address type | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | random | Remote device random address type | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | public\_id | Remote device public address type (Identity) | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | random\_id | Remote device random address type (Identity) | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | peer\_addr | XX:XX:XX:XX:XX:XX | Remote device address - if provided perform directed advertising | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | own\_addr\_type | ``public`` | Use public address for scan requests | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | random | Use random address for scan requests | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | rpa\_pub | Use RPA address for scan requests (fallback to public if no IRK) | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | rpa\_rnd | Use RPA address for scan requests (fallback to random if no IRK) | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | channel\_map | [``0``-UINT8\_MAX} | Primary advertising channels map. If 0 use all channels. | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | filter | ``none`` | Advertising filter policy - no filtering, no whitelist used | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | scan | process all connection requests but only scans from white list | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | conn | process all scan request but only connection requests from white list | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | both | ignore all scan and connection requests unless in white list | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | interval\_min | [``0``-UINT32\_MAX] | Minimum advertising interval in 0.625 miliseconds If 0 use stack default. | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | interval\_max | [``0``-UINT32\_MAX] | Maximum advertising interval in 0.625 miliseconds If 0 use stack default. | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | rx\_power | [-127 - ``127``] | Advertising TX power in dBm | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | primary\_phy | ``1M`` | Use 1M PHY on primary advertising channels | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | ``coded`` | Use Coded PHY on primary advertising channels | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | secondary\_phy | ``1M`` | Use 1M PHY on secondary advertising channels | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | ``coded`` | Use coded PHY on primary advertising channels | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | ``2M`` | Use 2M PHY on primary advertising channels | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | sid | [``0``-16] | Adsertising instance SID | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | high\_duty | [``0``-1] | Use high\_duty advertising | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | anonymous | [``0``-1] | Use anonymous advertising | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | legacy | [``0``-1] | Use legacy PDUs for advertising | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | include\_tx\_power | [``0``-1] | Include TX power information in advertising PDUs | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | scan\_req\_notif | [``0``-1] | Enable SCAN\_REQ notifications | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | **advertise-set-addr** | | | Configure *random* adress for instance | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | instance | [``0``-UINT8\_MAX] | Advertising instance | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | addr | XX:XX:XX:XX:XX:XX | Random address | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | **advertise-set-adv-data** | | | Configure advertising instance ADV\_DATA. This allow to configure following TLVs: | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | **advertise-set-scan-rsp** | | | Configure advertising instance SCAN\_RSP. This allow to configure following TLVs: | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | instance | [``0``-UINT8\_MAX] | Advertising instance | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | flags | [``0``-UINT8\_MAX] | Flags value | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid16 | [UINT16] | 16-bit UUID value (can be passed multiple times) | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid16\_is\_complete | [``0``-1] | I 16-bit UUID list is complete | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid32 | [UINT32] | 32-bit UUID value (can be passed multiple times) | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid32\_is\_complete | [``0``-1] | I 32-bit UUID list is complete | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid128 | XX:XX:XX:... | 128-bit UUID value (16 bytes) (can be passed multiple times) | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid128\_is\_complete | [``0``-1] | I 128-bit UUID list is complete | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | tx\_power\_level | [-127 - 127] | TX Power level to include | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | appearance | [UINT16] | Appearance | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | name | string | Name | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | advertising\_interval | [UINT16] | Advertising interval | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | service\_data\_uuid32 | XX:XX:XX:... | 32-bit UUID service data | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | service\_data\_uuid128 | XX:XX:XX:... | 128-bit UUID service data | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uri | XX:XX:XX:... | URI | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | msg\_data | XX:XX:XX:... | Manufacturer data | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | eddystone\_url | string | Eddystone with specified URL | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | **advertise-start** | | | Start advertising with configured instance | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | instance | [``0``-UINT8\_MAX] | Advertising instance | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | duration | [``0``-UINT16\_MAX] | Advertising duration in 10ms units. 0 - forver | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | max\_events | [``0``-UINT8\_MAX] | Maximum number of advertising events. 0 - no limit | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | **advertise-stop** | | | Stop advertising | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | instance | [``0``-UINT8\_MAX] | Advertising instance | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | **advertise-remove** | | | Remove configured advertising instance | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | instance | [``0``-UINT8\_MAX] | Advertising instance | +------------------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ Legacy Advertising with Extended Advertising disabled ----------------------------------------------------- +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | **Command** | **Parmeters** | \*\* Possible values\*\* | **Description** | +====================+==========================+============================+=====================================================================================+ | **advertise** | | | Enable advertising | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | stop | | Stop enabled advertising | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | conn | ``und`` | Connectable mode: undirected | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | non | non-connectable | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | dir | directed | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | discov | ``gen`` | Discoverable mode: general discoverable | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | ltd | limited discoverable | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | non | non-discoverable | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | scannable | [``0``-1] | Use scannable advertising | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | peer\_addr\_type | ``public`` | Remote device public address type | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | random | Remote device random address type | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | public\_id | Remote device public address type (Identity) | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | random\_id | Remote device random address type (Identity) | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | peer\_addr | XX:XX:XX:XX:XX:XX | Remote device address - if provided perform directed advertising | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | own\_addr\_type | ``public`` | Use public address for scan requests | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | random | Use random address for scan requests | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | rpa\_pub | Use RPA address for scan requests (fallback to public if no IRK) | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | rpa\_rnd | Use RPA address for scan requests (fallback to random if no IRK) | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | channel\_map | [``0``-UINT8\_MAX} | Primary advertising channels map. If 0 use all channels. | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | filter | ``none`` | Advertising filter policy - no filtering, no whitelist used | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | scan | process all connection requests but only scans from white list | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | conn | process all scan request but only connection requests from white list | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | | both | ignore all scan and connection requests unless in white list | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | interval\_min | [``0``-UINT32\_MAX] | Minimum advertising interval in 0.625 miliseconds If 0 use stack default. | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | interval\_max | [``0``-UINT32\_MAX] | Maximum advertising interval in 0.625 miliseconds If 0 use stack default. | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | high\_duty | [``0``-1] | Use high\_duty advertising | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | duration | [``1``-INT32\_MAX] | Advertising duration in ms | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | **set-adv-data** | | | Configure advertising instance ADV\_DATA. This allow to configure following TLVs: | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | **set-scan-rsp** | | | Configure advertising instance SCAN\_RSP. This allow to configure following TLVs: | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | flags | [``0``-UINT8\_MAX] | Flags value | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid16 | [UINT16] | 16-bit UUID value (can be passed multiple times) | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid16\_is\_complete | [``0``-1] | I 16-bit UUID list is complete | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid32 | [UINT32] | 32-bit UUID value (can be passed multiple times) | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid32\_is\_complete | [``0``-1] | I 32-bit UUID list is complete | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid128 | XX:XX:XX:... | 128-bit UUID value (16 bytes) (can be passed multiple times) | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uuid128\_is\_complete | [``0``-1] | I 128-bit UUID list is complete | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | tx\_power\_level | [-127 - 127] | TX Power level to include | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | appearance | [UINT16] | Appearance | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | name | string | Name | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | advertising\_interval | [UINT16] | Advertising interval | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | service\_data\_uuid32 | XX:XX:XX:... | 32-bit UUID service data | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | service\_data\_uuid128 | XX:XX:XX:... | 128-bit UUID service data | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | uri | XX:XX:XX:... | URI | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | msg\_data | XX:XX:XX:... | Manufacturer data | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ | | eddystone\_url | string | Eddystone with specified URL | +--------------------+--------------------------+----------------------------+-------------------------------------------------------------------------------------+ L2CAP Connection Oriented Channels ---------------------------------- +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | **Command** | **Parmeters** | \*\* Possible values\*\* | **Description** | +===========================+=================+============================+====================================================+ | **l2cap-create-server** | | | Create L2CAP server | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | | psm | [UINT16] | PSM | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | **l2cap-connect** | | | Connect to remote L2CAP server | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | | conn | [UINT16] | Connection handle | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | | psm | [UINT16] | PSM | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | **l2cap-disconnect** | | | Disconnec from L2CAP server | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | | conn | [UINT16] | Connection handle | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | | idx | [UINT16] | L2CAP connection oriented channel identifier | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | **l2cap-send** | | | Send data over connected L2CAP channel | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | | conn | [UINT16] | Connection handle | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | | idx | [UINT16] | L2CAP connection oriented channel identifier | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | | bytes | [UINT16] | Number of bytes to send (hardcoded data pattern) | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ | **l2cap-show-coc** | | | Show connected L2CAP channels | +---------------------------+-----------------+----------------------------+----------------------------------------------------+ Keys storage ------------ +---------------------+-----------------+----------------------------+----------------------------------------------------+ | **Command** | **Parmeters** | \*\* Possible values\*\* | **Description** | +=====================+=================+============================+====================================================+ | **keystore-add** | | | Add keys to storage | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | type | msec | Master Key | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | | ssec | Slave Key | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | | cccd | Client Characteristic Configuration Descriptor | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | addr | XX:XX:XX:XX:XX:XX | Device address | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | addr\_type | ``public`` | Device address type | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | | random | Use random address for scan requests | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | ediv | [UINT16] | EDIV for LTK to add | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | rand | [UINT64] | Rand for LTK | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | ltk | XX:XX:XX... | LTK (16 bytes) | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | irk | XX:XX:XX... | Identity Resolving Key (16 bytes) | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | csrk | XX:XX:XX... | Connection Signature Resolving Key (16 bytes) | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | **keystore-del** | | | Delete keys from storage | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | type | msec | Master Key | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | | ssec | Slave Key | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | | cccd | Client Characteristic Configuration Descriptor | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | addr | XX:XX:XX:XX:XX:XX | Device address | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | addr\_type | ``public`` | Device address type | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | | random | Use random address for scan requests | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | ediv | [UINT16] | EDIV for LTK to remove | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | rand | [UINT64] | Rand for LTK | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | **keystore-show** | | | Show stored keys | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | type | msec | Master Keys | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | | ssec | Slave Keys | +---------------------+-----------------+----------------------------+----------------------------------------------------+ | | | cccd | Client Characteristic Configuration Descriptor s | +---------------------+-----------------+----------------------------+----------------------------------------------------+ |