Home
last modified time | relevance | path

Searched defs:controller_t (Results 1 – 2 of 2) sorted by relevance

/system/bt/device/include/
Dcontroller.h31 typedef struct controller_t { struct
32 bool (*get_is_ready)(void);
34 const RawAddress* (*get_address)(void);
35 const bt_version_t* (*get_bt_version)(void);
37 const bt_device_features_t* (*get_features_classic)(int index);
38 uint8_t (*get_last_features_classic_index)(void);
40 const bt_device_features_t* (*get_features_ble)(void);
41 const uint8_t* (*get_ble_supported_states)(void);
43 bool (*supports_simple_pairing)(void);
44 bool (*supports_secure_connections)(void);
[all …]
/system/bt/hci/include/
Dhci_layer.h58 typedef struct controller_t controller_t; typedef