Searched refs:cancel_open (Results 1 – 4 of 4) sorted by relevance
794 tBTA_GATTS_CANCEL_OPEN cancel_open; in bta_gatts_cancel_open() local809 cancel_open.status = status; in bta_gatts_cancel_open()810 cancel_open.server_if = p_msg->api_cancel_open.server_if; in bta_gatts_cancel_open()811 (*p_rcb->p_cback)(BTA_GATTS_CANCEL_OPEN_EVT, (tBTA_GATTS *)&cancel_open); in bta_gatts_cancel_open()
215 …} cancel_open; /*!< Callback parameter for the event `ESP_GATTS_CANCEL_OPEN_E… member
942 gatts_if = p_data->cancel_open.server_if; in btc_gatts_cb_handler()943 param.cancel_open.status = p_data->cancel_open.status; in btc_gatts_cb_handler()
676 tBTA_GATTS_CANCEL_OPEN cancel_open; /* tBTA_GATTS_CANCEL_OPEN callback data */ member