Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c514 uint16_t incl_num = 0; in btc_ble_gattc_get_include_service() local
519 BTA_GATTC_GetIncludeService(conn_id, start_handle, end_handle, &bta_uuid, &db, &incl_num); in btc_ble_gattc_get_include_service()
521 BTA_GATTC_GetIncludeService(conn_id, start_handle, end_handle, NULL, &db, &incl_num); in btc_ble_gattc_get_include_service()
524 if ((status = btc_gattc_check_valid_param((int)incl_num, 0)) != ESP_GATT_OK) { in btc_ble_gattc_get_include_service()
531 …btc_gattc_fill_gatt_db_conversion(*count, incl_num, ESP_GATT_DB_INCLUDED_SERVICE, 0, (void *)resul… in btc_ble_gattc_get_include_service()
534 *count = incl_num; in btc_ble_gattc_get_include_service()