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 } 13 } // namespace test 14 } // namespace bluetooth 15