Skip to content

Commit

Permalink
Update scan response data types
Browse files Browse the repository at this point in the history
Update with regard to Generic Access Profile revision 2021-07-13.
  • Loading branch information
Nicolas Bonnec (Greextnb) authored and peplin committed Sep 30, 2021
1 parent c05cdb9 commit 70c6868
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions pygatt/backends/bgapi/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,8 @@
0x11: 'security_manager_out_of_band_flags',
0x12: 'slave_connection_interval_range',
0x14: 'list_of_16-bit_service_solicitation_uuids',
0x1F: 'list_of_32-bit_service_solicitation_uuids',
0x15: 'list_of_128-bit_service_solicitation_uuids',
0x16: 'service_data/service_data-16-bit_uuid',
0x20: 'service_data-32-bit_uuid',
0x21: 'service_data-128-bit_uuid',
0x22: 'LE_secure_connections_confirmation_value',
0x23: 'LE_secure_connections_random_value',
0x17: 'public_target_address',
0x18: 'random_target_address',
0x19: 'appearance',
Expand All @@ -74,6 +69,23 @@
0x1C: 'LE_role',
0x1D: 'simple_pairing_hash_c-256',
0x1E: 'simple_pairing_randomizer_r-256',
0x1F: 'list_of_32-bit_service_solicitation_uuids',
0x20: 'service_data-32-bit_uuid',
0x21: 'service_data-128-bit_uuid',
0x22: 'LE_secure_connections_confirmation_value',
0x23: 'LE_secure_connections_random_value',
0x24: 'URI',
0x25: 'indoor_positioning',
0x26: 'transport_discovery_data',
0x27: 'LE_supported_features',
0x28: 'channel_map_update_indication',
0x29: 'PB_ADV',
0x2A: 'mesh_message',
0x2B: 'mesh_beacon',
0x2C: 'BIGInfo',
0x2D: 'broadcast_code',
0x2E: 'resolvable_set_identifier',
0x2F: 'advertising_interval_long',
0x3D: '3D_information_data',
0xFF: 'manufacturer_specific_data',
}
Expand Down

0 comments on commit 70c6868

Please sign in to comment.