hci_err.h 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /** @file
  2. * @brief Bluetooth Host Control Interface status codes.
  3. */
  4. /*
  5. * Copyright (c) 2019 Nordic Semiconductor ASA
  6. *
  7. * SPDX-License-Identifier: Apache-2.0
  8. */
  9. #ifndef ZEPHYR_INCLUDE_BLUETOOTH_HCI_STATUS_H_
  10. #define ZEPHYR_INCLUDE_BLUETOOTH_HCI_STATUS_H_
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. /** HCI Error Codes, BT Core Spec v5.2 [Vol 1, Part F]. */
  15. #define BT_HCI_ERR_SUCCESS 0x00
  16. #define BT_HCI_ERR_UNKNOWN_CMD 0x01
  17. #define BT_HCI_ERR_UNKNOWN_CONN_ID 0x02
  18. #define BT_HCI_ERR_HW_FAILURE 0x03
  19. #define BT_HCI_ERR_PAGE_TIMEOUT 0x04
  20. #define BT_HCI_ERR_AUTH_FAIL 0x05
  21. #define BT_HCI_ERR_PIN_OR_KEY_MISSING 0x06
  22. #define BT_HCI_ERR_MEM_CAPACITY_EXCEEDED 0x07
  23. #define BT_HCI_ERR_CONN_TIMEOUT 0x08
  24. #define BT_HCI_ERR_CONN_LIMIT_EXCEEDED 0x09
  25. #define BT_HCI_ERR_SYNC_CONN_LIMIT_EXCEEDED 0x0a
  26. #define BT_HCI_ERR_CONN_ALREADY_EXISTS 0x0b
  27. #define BT_HCI_ERR_CMD_DISALLOWED 0x0c
  28. #define BT_HCI_ERR_INSUFFICIENT_RESOURCES 0x0d
  29. #define BT_HCI_ERR_INSUFFICIENT_SECURITY 0x0e
  30. #define BT_HCI_ERR_BD_ADDR_UNACCEPTABLE 0x0f
  31. #define BT_HCI_ERR_CONN_ACCEPT_TIMEOUT 0x10
  32. #define BT_HCI_ERR_UNSUPP_FEATURE_PARAM_VAL 0x11
  33. #define BT_HCI_ERR_INVALID_PARAM 0x12
  34. #define BT_HCI_ERR_REMOTE_USER_TERM_CONN 0x13
  35. #define BT_HCI_ERR_REMOTE_LOW_RESOURCES 0x14
  36. #define BT_HCI_ERR_REMOTE_POWER_OFF 0x15
  37. #define BT_HCI_ERR_LOCALHOST_TERM_CONN 0x16
  38. #define BT_HCI_ERR_REPEATED_ATTEMPTS 0x17
  39. #define BT_HCI_ERR_PAIRING_NOT_ALLOWED 0x18
  40. #define BT_HCI_ERR_UNKNOWN_LMP_PDU 0x19
  41. #define BT_HCI_ERR_UNSUPP_REMOTE_FEATURE 0x1a
  42. #define BT_HCI_ERR_SCO_OFFSET_REJECTED 0x1b
  43. #define BT_HCI_ERR_SCO_INTERVAL_REJECTED 0x1c
  44. #define BT_HCI_ERR_SCO_AIR_MODE_REJECTED 0x1d
  45. #define BT_HCI_ERR_INVALID_LL_PARAM 0x1e
  46. #define BT_HCI_ERR_UNSPECIFIED 0x1f
  47. #define BT_HCI_ERR_UNSUPP_LL_PARAM_VAL 0x20
  48. #define BT_HCI_ERR_ROLE_CHANGE_NOT_ALLOWED 0x21
  49. #define BT_HCI_ERR_LL_RESP_TIMEOUT 0x22
  50. #define BT_HCI_ERR_LL_PROC_COLLISION 0x23
  51. #define BT_HCI_ERR_LMP_PDU_NOT_ALLOWED 0x24
  52. #define BT_HCI_ERR_ENC_MODE_NOT_ACCEPTABLE 0x25
  53. #define BT_HCI_ERR_LINK_KEY_CANNOT_BE_CHANGED 0x26
  54. #define BT_HCI_ERR_REQUESTED_QOS_NOT_SUPPORTED 0x27
  55. #define BT_HCI_ERR_INSTANT_PASSED 0x28
  56. #define BT_HCI_ERR_PAIRING_NOT_SUPPORTED 0x29
  57. #define BT_HCI_ERR_DIFF_TRANS_COLLISION 0x2a
  58. #define BT_HCI_ERR_QOS_UNACCEPTABLE_PARAM 0x2c
  59. #define BT_HCI_ERR_QOS_REJECTED 0x2d
  60. #define BT_HCI_ERR_CHAN_ASSESS_NOT_SUPPORTED 0x2e
  61. #define BT_HCI_ERR_INSUFF_SECURITY 0x2f
  62. #define BT_HCI_ERR_PARAM_OUT_OF_MANDATORY_RANGE 0x30
  63. #define BT_HCI_ERR_ROLE_SWITCH_PENDING 0x32
  64. #define BT_HCI_ERR_RESERVED_SLOT_VIOLATION 0x34
  65. #define BT_HCI_ERR_ROLE_SWITCH_FAILED 0x35
  66. #define BT_HCI_ERR_EXT_INQ_RESP_TOO_LARGE 0x36
  67. #define BT_HCI_ERR_SIMPLE_PAIR_NOT_SUPP_BY_HOST 0x37
  68. #define BT_HCI_ERR_HOST_BUSY_PAIRING 0x38
  69. #define BT_HCI_ERR_CONN_REJECTED_DUE_TO_NO_CHAN 0x39
  70. #define BT_HCI_ERR_CONTROLLER_BUSY 0x3a
  71. #define BT_HCI_ERR_UNACCEPT_CONN_PARAM 0x3b
  72. #define BT_HCI_ERR_ADV_TIMEOUT 0x3c
  73. #define BT_HCI_ERR_TERM_DUE_TO_MIC_FAIL 0x3d
  74. #define BT_HCI_ERR_CONN_FAIL_TO_ESTAB 0x3e
  75. #define BT_HCI_ERR_MAC_CONN_FAILED 0x3f
  76. #define BT_HCI_ERR_CLOCK_ADJUST_REJECTED 0x40
  77. #define BT_HCI_ERR_SUBMAP_NOT_DEFINED 0x41
  78. #define BT_HCI_ERR_UNKNOWN_ADV_IDENTIFIER 0x42
  79. #define BT_HCI_ERR_LIMIT_REACHED 0x43
  80. #define BT_HCI_ERR_OP_CANCELLED_BY_HOST 0x44
  81. #define BT_HCI_ERR_PACKET_TOO_LONG 0x45
  82. #ifdef __cplusplus
  83. }
  84. #endif
  85. #endif /* ZEPHYR_INCLUDE_BLUETOOTH_HCI_STATUS_H_ */