Home
last modified time | relevance | path

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

/external/bluetooth/bluez/src/
Dadapter.h168 struct btd_adapter_ops { struct
217 int btd_register_adapter_ops(struct btd_adapter_ops *ops, gboolean priority); argument
218 void btd_adapter_cleanup_ops(struct btd_adapter_ops *btd_adapter_ops);
Dadapter.c89 const struct btd_adapter_ops *adapter_ops = NULL;
3991 int btd_register_adapter_ops(struct btd_adapter_ops *ops, gboolean priority) in btd_register_adapter_ops()
4004 void btd_adapter_cleanup_ops(struct btd_adapter_ops *ops) in btd_adapter_cleanup_ops()
4022 struct btd_adapter_ops *ops = l->data; in adapter_ops_setup()
/external/bluetooth/bluez/plugins/
Dmgmtops.c2004 static struct btd_adapter_ops mgmt_ops = {
Dhciops.c3704 static struct btd_adapter_ops hci_ops = {