Home
last modified time | relevance | path

Searched refs:bt_device_features_t (Results 1 – 5 of 5) sorted by relevance

/system/bt/hci/src/
Dhci_packet_parser.c118 bt_device_features_t *feature_pages, in parse_read_local_extended_features_response()
121 …complete_header(response, HCI_READ_LOCAL_EXT_FEATURES, 2 + sizeof(bt_device_features_t) /* bytes a… in parse_read_local_extended_features_response()
127 …REAM_TO_ARRAY(feature_pages[*page_number_ptr].as_array, stream, (int)sizeof(bt_device_features_t)); in parse_read_local_extended_features_response()
174 bt_device_features_t *supported_features) { in parse_ble_read_local_supported_features_response()
176 …and_complete_header(response, HCI_BLE_READ_LOCAL_SPT_FEAT, sizeof(bt_device_features_t) /* bytes a… in parse_ble_read_local_supported_features_response()
178 STREAM_TO_ARRAY(supported_features->as_array, stream, (int)sizeof(bt_device_features_t)); in parse_ble_read_local_supported_features_response()
/system/bt/device/include/
Dcontroller.h38 const bt_device_features_t *(*get_features_classic)(int index);
41 const bt_device_features_t *(*get_features_ble)(void);
/system/bt/hci/include/
Dhci_packet_parser.h59 bt_device_features_t *feature_pages,
82 bt_device_features_t *supported_features
/system/bt/btcore/include/
Ddevice_features.h27 } bt_device_features_t; typedef
/system/bt/device/src/
Dcontroller.c58 static bt_device_features_t features_classic[MAX_FEATURES_CLASSIC_PAGE_COUNT];
69 static bt_device_features_t features_ble;
293 static const bt_device_features_t *get_features_classic(int index) { in get_features_classic()
313 static const bt_device_features_t *get_features_ble(void) { in get_features_ble()