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

  /system/bt/bta/gatt/
bta_gattc_act.c 294 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, FALSE);
299 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, TRUE);
565 if (bta_gattc_mark_bg_conn(p_data->client_if, p_data->remote_bda, TRUE, FALSE))
622 if (bta_gattc_mark_bg_conn(p_data->client_if, p_data->remote_bda, FALSE, FALSE))
    [all...]
bta_gattc_int.h 526 extern BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda, BOOLEAN add, BOOLEAN is_listen);
bta_gattc_utils.c 673 ** Function bta_gattc_mark_bg_conn
681 BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda_ptr, function

Completed in 4342 milliseconds