Lines Matching refs:remote_bda
120 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open() argument
123 BTA_GATTC_Open(client_if, remote_bda, is_direct, BT_TRANSPORT_LE, in BTA_GATTC_Open()
127 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open() argument
139 p_buf->remote_bda = remote_bda; in BTA_GATTC_Open()
159 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_CancelOpen() argument
167 p_buf->remote_bda = remote_bda; in BTA_GATTC_CancelOpen()
657 p_clreg->notif_reg[i].remote_bda == bda && in BTA_GATTC_RegisterForNotifications()
671 p_clreg->notif_reg[i].remote_bda = bda; in BTA_GATTC_RegisterForNotifications()
721 p_clreg->notif_reg[i].remote_bda == bda && in BTA_GATTC_DeregisterForNotifications()
744 void BTA_GATTC_Refresh(const RawAddress& remote_bda) { in BTA_GATTC_Refresh() argument
746 base::Bind(&bta_gattc_process_api_refresh, remote_bda)); in BTA_GATTC_Refresh()