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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 416 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
417 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
468 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
469 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
703 if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.p_disc_res_cb)) && (p_clcb->operation == GATTC_OPTYPE_DISCOVERY))
862 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && p_clcb->p_reg->app_cb.p_disc_res_cb)
863 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 580 tGATT_DISC_RES_CB *p_disc_res_cb; member in struct:__anon3349
    [all...]

Completed in 27 milliseconds