Lines Matching refs:Bluetooth
1 # Bluetooth Stack Fuzzers
4 Bluetooth stack implements very complex wireless communication protocols and
7 Bluetooth stack.
9 Due to the complex architecture of the Android Bluetooth stack, fuzzing the
27 ## Bluetooth stack overview
28 According to Bluetooth spec and the source code, most of the components we care
33 incoming Bluetooth packets.
35 level Bluetooth framework, or even applications. Bluetooth framework or
40 4. Many Bluetooth components work in both server mode and client mode with
42 5. It's common for a Bluetooth stack component to use state machines. The state
69 component and minimium number of other Bluetooth components. This means any
70 dependencies from other Bluetooth components need to be mocked. The mocks are