Searched defs:controller_t (Results 1 – 1 of 1) sorted by relevance
27 typedef struct controller_t { struct28 bool (*get_is_ready)(void);30 const RawAddress* (*get_address)(void);31 const bt_version_t* (*get_bt_version)(void);33 const uint8_t* (*get_ble_supported_states)(void);35 bool (*supports_simple_pairing)(void);36 bool (*supports_secure_connections)(void);37 bool (*supports_simultaneous_le_bredr)(void);38 bool (*supports_reading_remote_extended_features)(void);39 bool (*supports_interlaced_inquiry_scan)(void);[all …]