代码仓
中
Get BT Interface Capabilities
更新时间: 2026/08/06
在AtomGit上查看源码

Get BT Interface Capabilities ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Obtains the BT interface capability.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFnApp 06h
CMD36h
-N/A

Response Information ​

ByteData Field
1Completion Code
2Number of outstanding requests supported (1 based. 0 illegal)
3Input (request) buffer message size in bytes. (1 based.)
4Output (response) buffer message size in bytes. (1 based.)
5BMC Request-to-Response time, in seconds, 1 based. 30 seconds, maximum.
6Recommended retries (1 based)

Command Example ​

BT interface capability. ​

Request:

bash
ipmicmd -k "0f 00 06 36" smi 0

Response:

text
00 ff ff 05 03

Back to Index ​