Searched refs:btc_gattc_fill_gatt_db_conversion (Results 1 – 1 of 1) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
| D | btc_gattc.c | 245 static void btc_gattc_fill_gatt_db_conversion(uint16_t count, uint16_t num, esp_gatt_db_attr_type_t… in btc_gattc_fill_gatt_db_conversion() function 340 …btc_gattc_fill_gatt_db_conversion(*count, svc_num, ESP_GATT_DB_PRIMARY_SERVICE, offset, (void *)re… in btc_ble_gattc_get_service() 372 …btc_gattc_fill_gatt_db_conversion(*count, char_num, ESP_GATT_DB_CHARACTERISTIC, offset, (void *)re… in btc_ble_gattc_get_all_char() 400 …btc_gattc_fill_gatt_db_conversion(*count, descr_num, ESP_GATT_DB_DESCRIPTOR, offset, (void *)resul… in btc_ble_gattc_get_all_descr() 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() 469 …btc_gattc_fill_gatt_db_conversion(*count, descr_num, ESP_GATT_DB_DESCRIPTOR, 0, (void *)result, db… in btc_ble_gattc_get_descr_by_uuid() 501 …btc_gattc_fill_gatt_db_conversion(*count, descr_num, ESP_GATT_DB_DESCRIPTOR, 0, (void *)result, db… in btc_ble_gattc_get_descr_by_char_handle() 539 …btc_gattc_fill_gatt_db_conversion(*count, incl_num, ESP_GATT_DB_INCLUDED_SERVICE, 0, (void *)resul… in btc_ble_gattc_get_include_service()
|