Searched refs:bt_device_features_t (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/hci/ |
D | hci_packet_parser.c | 100 bt_device_features_t *feature_pages) in parse_read_local_supported_features_response() 102 …command_complete_header(response, HCI_READ_LOCAL_FEATURES, sizeof(bt_device_features_t) /* bytes a… in parse_read_local_supported_features_response() 104 STREAM_TO_ARRAY(feature_pages->as_array, stream, (int)sizeof(bt_device_features_t)); in parse_read_local_supported_features_response() 113 bt_device_features_t *feature_pages, in parse_read_local_extended_features_response() 117 …complete_header(response, HCI_READ_LOCAL_EXT_FEATURES, 2 + sizeof(bt_device_features_t) /* bytes a… in parse_read_local_extended_features_response() 123 …REAM_TO_ARRAY(feature_pages[*page_number_ptr].as_array, stream, (int)sizeof(bt_device_features_t)); in parse_read_local_extended_features_response() 173 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()
|
/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/ |
D | hci_packet_parser.h | 60 bt_device_features_t *feature_pages 67 bt_device_features_t *feature_pages, 90 bt_device_features_t *supported_features
|
/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/ |
D | controller.h | 40 const bt_device_features_t *(*get_features_classic)(int index); 44 const bt_device_features_t *(*get_features_ble)(void);
|
D | device_features.h | 27 } bt_device_features_t; typedef
|
/hal_espressif-latest/components/bt/host/bluedroid/device/ |
D | controller.c | 63 bt_device_features_t features_classic[MAX_FEATURES_CLASSIC_PAGE_COUNT]; 76 bt_device_features_t features_ble; 338 static const bt_device_features_t *get_features_classic(int index) in get_features_classic() 351 static const bt_device_features_t *get_features_ble(void) in get_features_ble()
|