Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h627 BTM_API extern BOOLEAN BTM_BleUpdateBgConnDev(BOOLEAN add_remove, BD_ADDR remote_bda);
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c2423 ret = BTM_BleUpdateBgConnDev(FALSE, p_dev->remote_bda); in gatt_remove_bg_dev_from_list()
2464 BTM_BleUpdateBgConnDev(FALSE, p_dev_list->remote_bda); in gatt_deregister_bgdev_list()
2527 ret = BTM_BleUpdateBgConnDev(TRUE, bd_addr); in gatt_update_auto_connect_dev()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c332 BOOLEAN BTM_BleUpdateBgConnDev(BOOLEAN add_remove, BD_ADDR remote_bda) in BTM_BleUpdateBgConnDev() function