1component_class: HAL_CONVENTIONAL 2component_type: BLUETOOTH 3component_type_version: 1.0 4 5header: "<hardware/hardware.h>" 6header: "<hardware/bluetooth.h>" 7 8original_data_structure_name: "bluetooth_module_t" 9 10interface: { 11 api: { 12 name: "get_bluetooth_interface" 13 return_type: { 14 type: TYPE_SUBMODULE 15 predefined_type: "bt_interface_t*" 16 is_const: true 17 } 18 } 19}