Home
last modified time | relevance | path

Searched refs:bt_device (Results 1 – 2 of 2) sorted by relevance

/system/bt/test/suite/support/
Dhal.c33 static const bluetooth_device_t *bt_device; variable
53 bt_device = (bluetooth_device_t *)device; in hal_open()
54 bt_interface = bt_device->get_bluetooth_interface(); in hal_open()
56 bt_device->common.close((hw_device_t *)&bt_device->common); in hal_open()
57 bt_device = NULL; in hal_open()
72 if (bt_device) { in hal_close()
73 bt_device->common.close((hw_device_t *)&bt_device->common); in hal_close()
74 bt_device = NULL; in hal_close()
/system/bt/test/bluedroidtest/
Dbluedroidtest.c75 static bluetooth_device_t* bt_device; variable
414 bt_device = (bluetooth_device_t *)device; in HAL_load()
415 sBtInterface = bt_device->get_bluetooth_interface(); in HAL_load()