Home
last modified time | relevance | path

Searched refs:bluetooth_driver (Results 1 – 7 of 7) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/bluetooth/
H A Dbluetooth_driver.h35 typedef struct bluetooth_driver struct
/dports/games/retroarch/RetroArch-1.9.7/
H A Dconfiguration.h363 char bluetooth_driver[32]; member
H A Dretroarch.c19684 (p_rarch->bluetooth_driver->scan) ) in driver_bluetooth_scan()
19685 p_rarch->bluetooth_driver->scan(p_rarch->bluetooth_data); in driver_bluetooth_scan()
19692 (p_rarch->bluetooth_driver->get_devices) ) in driver_bluetooth_get_devices()
19700 (p_rarch->bluetooth_driver->device_is_connected) ) in driver_bluetooth_device_is_connected()
19709 (p_rarch->bluetooth_driver->device_get_sublabel) ) in driver_bluetooth_device_get_sublabel()
19729 p_rarch->bluetooth_driver = NULL; in bluetooth_driver_ctl()
19738 settings->arrays.bluetooth_driver); in bluetooth_driver_ctl()
19748 settings->arrays.bluetooth_driver); in bluetooth_driver_ctl()
19758 if (!p_rarch->bluetooth_driver) in bluetooth_driver_ctl()
19766 if (p_rarch->bluetooth_driver->free) in bluetooth_driver_ctl()
[all …]
H A Dretroarch_data.h1823 const bluetooth_driver_t *bluetooth_driver; member
H A Dconfiguration.c1272 SETTING_ARRAY("bluetooth_driver", settings->arrays.bluetooth_driver, false, NULL, true); in populate_settings_array()
2336 settings->arrays.bluetooth_driver, in config_set_defaults()
/dports/games/retroarch/RetroArch-1.9.7/menu/
H A Dmenu_setting.c9360 if (string_is_not_equal(settings->arrays.bluetooth_driver, "null")) in setting_append_list()
9536 string_options_entries[6].target = settings->arrays.bluetooth_driver; in setting_append_list()
9537 string_options_entries[6].len = sizeof(settings->arrays.bluetooth_driver); in setting_append_list()
H A Dmenu_displaylist.c5698 if (!string_is_equal(settings->arrays.bluetooth_driver, "null")) in menu_displaylist_build_list()