HomeSort by relevance Sort by last modified time
    Searched refs:bt_device (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/test/suite/support/
hal.c 29 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 = NULL
    [all...]
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 75 static bluetooth_device_t* bt_device; variable
414 bt_device = (bluetooth_device_t *)device;
415 sBtInterface = bt_device->get_bluetooth_interface();

Completed in 185 milliseconds