Searched refs:bt_device (Results 1 – 2 of 2) sorted by relevance
33 static const bluetooth_device_t *bt_device; variable53 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()
75 static bluetooth_device_t* bt_device; variable414 bt_device = (bluetooth_device_t *)device; in HAL_load()415 sBtInterface = bt_device->get_bluetooth_interface(); in HAL_load()