1 
2 
3 #pragma once
4 
5 #include "include/hardware/bluetooth.h"
6 
7 namespace bluetooth {
8 namespace test {
9 namespace headless {
10 
11 void process_property(const RawAddress& bd_addr, const bt_property_t* prop);
12 void process_property2(const bt_property_t* prop);
13 
14 }  // namespace headless
15 }  // namespace test
16 }  // namespace bluetooth
17