Home
last modified time | relevance | path

Searched refs:unblock_device (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/src/
Dadapter.h187 int (*unblock_device) (int index, bdaddr_t *bdaddr); member
Dadapter.c2664 return adapter_ops->unblock_device(adapter->dev_id, bdaddr); in btd_adapter_unblock_address()
2671 err = adapter_ops->unblock_device(adapter->dev_id, BDADDR_ANY); in clear_blocked()
/external/bluetooth/bluez/plugins/
Dmgmtops.c2021 .unblock_device = mgmt_unblock_device,
Dhciops.c3721 .unblock_device = hciops_unblock_device,