Home | History | Annotate | Download | only in hh

Lines Matching refs:remote_bda

295 BOOLEAN bta_hh_is_le_device(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda)
297 p_cb->is_le_device = BTM_UseLeLink (remote_bda);
336 void bta_hh_le_open_conn(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda)
340 memcpy(p_cb->addr, remote_bda, BD_ADDR_LEN);
344 BTA_GATTC_Open(bta_hh_cb.gatt_if, remote_bda, TRUE, BTA_GATT_TRANSPORT_LE);
1453 p2 = p_data->remote_bda;
1494 tBTA_HH_DEV_CB *p_dev_cb = bta_hh_le_find_dev_cb_by_bda(p_data->remote_bda);
2875 p_dev_cb = bta_hh_le_find_dev_cb_by_bda(p_data->open.remote_bda);
2922 p_dev_cb = bta_hh_le_find_dev_cb_by_bda(p_data->enc_cmpl.remote_bda);