Searched defs:controller_t (Results 1 – 2 of 2) sorted by relevance
32 typedef struct controller_t { struct33 bool (*get_is_ready)(void);35 const bt_bdaddr_t *(*get_address)(void);36 const bt_version_t *(*get_bt_version)(void);38 const bt_device_features_t *(*get_features_classic)(int index);39 uint8_t (*get_last_features_classic_index)(void);41 const bt_device_features_t *(*get_features_ble)(void);42 const uint8_t *(*get_ble_supported_states)(void);44 bool (*supports_simple_pairing)(void);45 bool (*supports_secure_connections)(void);[all …]
57 typedef struct controller_t controller_t; typedef