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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 804 p_clcb->auto_update = BTA_GATTC_DISC_WAITING;
821 if (((p_clcb->p_q_cmd == NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) &&
826 p_clcb->auto_update = BTA_GATTC_NO_SCHEDULE;
856 p_clcb->auto_update = BTA_GATTC_DISC_WAITING;
900 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING)
    [all...]
bta_gattc_int.h 335 UINT8 auto_update; /* auto update is waiting */ member in struct:__anon2519

Completed in 508 milliseconds