~cyphermox/+junk/bluez-debug

« back to all changes in this revision

Viewing changes to src/adapter.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-01 16:07:29 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801160729-s7bv7bh6u4o5vhlc
Tags: 4.96-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
int btd_adapter_switch_online(struct btd_adapter *adapter);
166
166
int btd_adapter_switch_offline(struct btd_adapter *adapter);
167
167
 
 
168
typedef ssize_t (*btd_adapter_pin_cb_t) (struct btd_adapter *adapter,
 
169
                                        struct btd_device *dev, char *out);
 
170
void btd_adapter_register_pin_cb(struct btd_adapter *adapter,
 
171
                                                btd_adapter_pin_cb_t cb);
 
172
void btd_adapter_unregister_pin_cb(struct btd_adapter *adapter,
 
173
                                                btd_adapter_pin_cb_t cb);
 
174
ssize_t btd_adapter_get_pin(struct btd_adapter *adapter, struct btd_device *dev,
 
175
                                                                char *pin_buf);
 
176
 
168
177
typedef void (*bt_hci_result_t) (uint8_t status, gpointer user_data);
169
178
 
170
179
struct btd_adapter_ops {