Home | History | Annotate | Download | only in gatt

Lines Matching refs:remote_bda

2352 tGATT_BG_CONN_DEV * gatt_find_bg_dev(BD_ADDR remote_bda)
2359 if (p_dev_list->in_use && !memcmp(p_dev_list->remote_bda, remote_bda, BD_ADDR_LEN))
2375 tGATT_BG_CONN_DEV * gatt_alloc_bg_dev(BD_ADDR remote_bda)
2385 memcpy(p_dev_list->remote_bda, remote_bda, BD_ADDR_LEN);
2581 ret = BTM_BleUpdateBgConnDev(FALSE, p_dev->remote_bda);
2599 ret = BTM_BleUpdateAdvWhitelist(FALSE, p_dev->remote_bda);
2645 BTM_BleUpdateBgConnDev(FALSE, p_dev_list->remote_bda);
2660 BTM_BleUpdateAdvWhitelist(FALSE, p_dev_list->remote_bda);