Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/include/
Dbtif_storage.h287 BOOLEAN btif_storage_is_device_autopair_blacklisted(bt_bdaddr_t *remote_dev_addr);
299 bt_status_t btif_storage_add_device_to_autopair_blacklist(bt_bdaddr_t *remote_dev_addr);
311 BOOLEAN btif_storage_is_fixed_pin_zeros_keyboard(bt_bdaddr_t *remote_dev_addr);
/external/bluetooth/bluedroid/btif/src/
Dbtif_storage.c1276 BOOLEAN btif_storage_is_device_autopair_blacklisted(bt_bdaddr_t *remote_dev_addr) in btif_storage_is_device_autopair_blacklisted() argument
1286 bd2str(remote_dev_addr, &bdstr); in btif_storage_is_device_autopair_blacklisted()
1298 dev_name_str = BTM_SecReadDevName((remote_dev_addr->address)); in btif_storage_is_device_autopair_blacklisted()
1342 bt_status_t btif_storage_add_device_to_autopair_blacklist(bt_bdaddr_t *remote_dev_addr) in btif_storage_add_device_to_autopair_blacklist() argument
1349 bd2str(remote_dev_addr, &bdstr); in btif_storage_add_device_to_autopair_blacklist()
1381 BOOLEAN btif_storage_is_fixed_pin_zeros_keyboard(bt_bdaddr_t *remote_dev_addr) in btif_storage_is_fixed_pin_zeros_keyboard() argument
1389 bd2str(remote_dev_addr, &bdstr); in btif_storage_is_fixed_pin_zeros_keyboard()