Searched defs:bt_device (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/test/suite/support/
H A Dhal.c29 static const bluetooth_device_t *bt_device; variable
49 bt_device = (bluetooth_device_t *)device;
50 bt_interface = bt_device->get_bluetooth_interface();
52 bt_device->common.close((hw_device_t *)&bt_device->common);
53 bt_device = NULL;
68 if (bt_device) {
69 bt_device->common.close((hw_device_t *)&bt_device->common);
70 bt_device
[all...]
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c75 static bluetooth_device_t* bt_device; variable
414 bt_device = (bluetooth_device_t *)device;
415 sBtInterface = bt_device->get_bluetooth_interface();

Completed in 184 milliseconds