HomeSort by relevance Sort by last modified time
    Searched refs:bt_device_features_t (Results 1 - 5 of 5) sorted by null

  /system/bt/btcore/include/
device_features.h 25 typedef struct { uint8_t as_array[8]; } bt_device_features_t; typedef in typeref:struct:__anon113285
  /system/bt/device/include/
controller.h 37 const bt_device_features_t* (*get_features_classic)(int index);
40 const bt_device_features_t* (*get_features_ble)(void);
  /system/bt/hci/include/
hci_packet_parser.h 48 bt_device_features_t* feature_pages, size_t feature_pages_count);
62 BT_HDR* response, bt_device_features_t* supported_features);
  /system/bt/hci/src/
hci_packet_parser.cc 113 bt_device_features_t* feature_pages, size_t feature_pages_count) {
116 2 + sizeof(bt_device_features_t) /* bytes after */);
124 (int)sizeof(bt_device_features_t));
163 BT_HDR* response, bt_device_features_t* supported_features) {
166 sizeof(bt_device_features_t) /* bytes after */);
169 (int)sizeof(bt_device_features_t));
  /system/bt/device/src/
controller.cc 55 static bt_device_features_t features_classic[MAX_FEATURES_CLASSIC_PAGE_COUNT];
66 static bt_device_features_t features_ble;
288 static const bt_device_features_t* get_features_classic(int index) {
308 static const bt_device_features_t* get_features_ble(void) {

Completed in 161 milliseconds