Searched defs:controller_t (Results 1 – 2 of 2) sorted by relevance
32 typedef struct controller_t { struct33 void (*start_up)(void);34 void (*shut_down)(void);35 bool (*get_is_ready)(void);37 const bt_bdaddr_t *(*get_address)(void);38 const bt_version_t *(*get_bt_version)(void);40 const bt_device_features_t *(*get_features_classic)(int index);42 uint8_t (*get_last_features_classic_index)(void);44 const bt_device_features_t *(*get_features_ble)(void);45 const uint8_t *(*get_ble_supported_states)(void);[all …]
53 typedef struct controller_t controller_t; typedef