Bluetooth Driver services: Difference between revisions
| Line 1,839: | Line 1,839: | ||
= BleAdvertiseFilter = | = BleAdvertiseFilter = | ||
This is "nn::bluetooth::BleAdvertiseFilter". This is a 0x3E-byte struct. | This is "nn::bluetooth::BleAdvertiseFilter". This is a 0x3E-byte struct. | ||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 || 0x1 || FilterId | |||
|- | |||
| 0x1 || 0x1 || Size of CondData. | |||
|- | |||
| 0x2 || 0x1 || CondType | |||
|- | |||
| 0x3 || 0x1D || CondData | |||
|- | |||
| 0x20 || 0x1D || | |||
|- | |||
| 0x3D || 0x1 || Size of the data at +0x20. | |||
|} | |||
CondType: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Name | |||
! Description | |||
|- | |||
| 2-3 || || | |||
|- | |||
| 4-5 || || | |||
|- | |||
| 6-7 || || | |||
|- | |||
| 255 || || | |||
|} | |||
= BleAdvertisePacketParameter = | = BleAdvertisePacketParameter = | ||