hciconfig 기능 16진수 코드

hciconfig 기능 16진수 코드

hciconfig 기능 아래에 나열된 16진수 코드가 무엇을 의미하는지 찾을 수 없는 것 같습니다. 어떤 기능이 어떤 16진수 코드에 해당하는지 표시하는 목록을 어디서 찾을 수 있는지 아는 사람이 있나요?

Output:
$ hciconfig -a hci0 features
hci0:   Type: BR/EDR  Bus: USB
    BD Address: 00:0E:8E:49:38:9D  ACL MTU: 820:8  SCO MTU: 255:16
    Features page 0: 0xff 0xfb 0xff 0xfe 0xdb 0xff 0x7b 0x87
            <3-slot packets> <5-slot packets> <encryption> <slot offset> 
            <timing accuracy> <role switch> <hold mode> <sniff mode> 
            <park state> <RSSI> <SCO link> <HV2 packets> <HV3 packets> 
            <u-law log> <A-law log> <CVSD> <paging scheme> <power control> 
            <transparent SCO> <broadcast encrypt> <EDR ACL 2 Mbps> 
            <EDR ACL 3 Mbps> <enhanced iscan> <interlaced iscan> 
            <interlaced pscan> <inquiry with RSSI> <extended SCO> 
            <EV4 packets> <EV5 packets> <AFH cap. slave> 
            <AFH class. slave> <LE support> <3-slot EDR ACL> 
            <5-slot EDR ACL> <sniff subrating> <pause encryption> 
            <AFH cap. master> <AFH class. master> <EDR eSCO 2 Mbps> 
            <EDR eSCO 3 Mbps> <3-slot EDR eSCO> <extended inquiry> 
            <LE and BR/EDR> <simple pairing> <encapsulated PDU> 
            <err. data report> <non-flush flag> <LSTO> <inquiry TX power> 
            <EPC> <extended features> 
    Features page 1: 0x07 0x00 0x00 0x00 0x00 0x00 0x00 0x00

답변1

다음과 같이:http://exploiterz.blogspot.com/2013/08/how-to-anonymize-bluetooth-devices-on.html

hci0 또는 hci(x)는 Bluetooth 장치의 이름이며 다음 명령을 사용하여 사용 가능한 모든 장치를 가져올 수 있습니다. $ hciconfig그러나 그 중 하나를 선택하면 hciconfig -a hcix다음 명령을 사용하여 해당 정보와 미래도 볼 수 있습니다 . 질문에 여기에 입력하면 $ hciconfig hci0 featuresBluetooth 장치에서 지원하는 모든 기능이 표시됩니다.

예를 들어 "3-슬롯 패킷" 또는 "인터레이스 pscan"의 의미가 무엇인지 알고 싶다면 장치에서 지원하는 미래이지만 이러한 미래에 대한 세부 정보를 알고 싶다면 Bluetooth 개발자를 위한 포럼이 있습니다.https://developer.bluetooth.org/Pages/default.aspx

자세한 내용을 알려줄 것입니다.

관련 정보