Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c867 param.search_res.conn_id = BTC_GATT_GET_CONN_ID(srvc_res->conn_id); in btc_gattc_cb_handler()
868 param.search_res.start_handle = srvc_res->start_handle; in btc_gattc_cb_handler()
869 param.search_res.end_handle = srvc_res->end_handle; in btc_gattc_cb_handler()
870 param.search_res.is_primary = srvc_res->is_primary; in btc_gattc_cb_handler()
871 bta_to_btc_gatt_id(&param.search_res.srvc_id, &srvc_res->service_uuid); in btc_gattc_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h129 …} search_res; /*!< Callback parameter for the event `ESP_GATTC_SEARCH_RES_EV… member