Searched refs:ESP_GATT_DB_CHARACTERISTIC (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatt_defs.h | 634 ESP_GATT_DB_CHARACTERISTIC, /*!< Characteristic attribute. */ enumerator
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 264 case ESP_GATT_DB_CHARACTERISTIC: { in btc_gattc_fill_gatt_db_conversion() 372 …btc_gattc_fill_gatt_db_conversion(*count, char_num, ESP_GATT_DB_CHARACTERISTIC, offset, (void *)re… in btc_ble_gattc_get_all_char() 432 …btc_gattc_fill_gatt_db_conversion(*count, char_num, ESP_GATT_DB_CHARACTERISTIC, 0, (void *)result,… in btc_ble_gattc_get_char_by_uuid()
|