Home | History | Annotate | Download | only in 1.0
      1 component_class: HAL_CONVENTIONAL
      2 component_type: BLUETOOTH
      3 component_type_version: 1.0
      4 
      5 header: "<hardware/hardware.h>"
      6 header: "<hardware/bluetooth.h>"
      7 
      8 original_data_structure_name: "bluetooth_module_t"
      9 
     10 interface: {
     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 }