HomeSort by relevance Sort by last modified time
    Searched refs:api_cancel_open (Results 1 - 2 of 2) sorted by null

  /system/bt/bta/gatt/
bta_gatts_int.h 120 tBTA_GATTS_API_CANCEL_OPEN api_cancel_open; member in union:__anon1332
bta_gatts_act.cc 471 p_rcb = bta_gatts_find_app_rcb_by_app_if(p_msg->api_cancel_open.server_if);
473 if (!GATT_CancelConnect(p_rcb->gatt_if, p_msg->api_cancel_open.remote_bda,
474 p_msg->api_cancel_open.is_direct)) {
480 LOG(ERROR) << "Inavlid server_if=" << +p_msg->api_cancel_open.server_if;

Completed in 202 milliseconds