Home
last modified time | relevance | path

Searched refs:remote_bda_ptr (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_utils.c678 BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda_ptr, in bta_gattc_mark_bg_conn() argument
688 ((remote_bda_ptr != NULL && bdcmp(p_bg_tck->remote_bda, remote_bda_ptr) == 0) || in bta_gattc_mark_bg_conn()
689 (remote_bda_ptr == NULL && bdcmp(p_bg_tck->remote_bda, dummy_bda) == 0))) in bta_gattc_mark_bg_conn()
724 if (remote_bda_ptr) in bta_gattc_mark_bg_conn()
725 bdcpy(p_bg_tck->remote_bda, remote_bda_ptr); in bta_gattc_mark_bg_conn()