├── .gitignore ├── .gitmodules ├── Analysis ├── .gitignore ├── BTIDALPOOL-client.crt ├── BTIDALPOOL-client.key ├── BTIDALPOOL_to_BTIDES.py ├── BTIDES_to_BTIDALPOOL.py ├── BTIDES_to_SQL.py ├── Deprecated │ ├── custom_uuid128s.csv │ ├── parse_BLE_2THPRINT_2db.py │ ├── parse_GATTPRINT_2db.py │ ├── parse_PCAP_2db.sh │ └── parse_PCAP_2db_helpers │ │ ├── pcap_fill_BLE2th_LL_FEATUREs.sh │ │ ├── pcap_fill_BLE2th_LL_LENGTHs.sh │ │ ├── pcap_fill_BLE2th_LL_VERSION_IND.sh │ │ ├── post-process_pcap_LL_FEATUREs.py │ │ ├── post-process_pcap_LL_LENGTHs.py │ │ └── post-process_pcap_LL_VERSION_IND.py ├── HCI_to_BTIDES.py ├── Import_All_HCI_and_PCAP.py ├── PCAP_to_BTIDES.py ├── Server_BTIDALPOOL.py ├── TME │ ├── BTIDES_Data_Types.py │ ├── BT_Data_Types.py │ ├── TME_AdvChan.py │ ├── TME_BTIDES_ATT.py │ ├── TME_BTIDES_AdvData.py │ ├── TME_BTIDES_EIR.py │ ├── TME_BTIDES_GATT.py │ ├── TME_BTIDES_GPS.py │ ├── TME_BTIDES_HCI.py │ ├── TME_BTIDES_L2CAP.py │ ├── TME_BTIDES_LLCP.py │ ├── TME_BTIDES_LMP.py │ ├── TME_BTIDES_SDP.py │ ├── TME_BTIDES_SMP.py │ ├── TME_BTIDES_base.py │ ├── TME_EIR.py │ ├── TME_GATT.py │ ├── TME_GPS.py │ ├── TME_L2CAP.py │ ├── TME_LLCP.py │ ├── TME_LMP.py │ ├── TME_SDP.py │ ├── TME_SMP.py │ ├── TME_UUID128.py │ ├── TME_UUID16.py │ ├── TME_UUID32.py │ ├── TME_glob.py │ ├── TME_helpers.py │ ├── TME_import.py │ ├── TME_lookup.py │ ├── TME_metadata.py │ ├── TME_stats.py │ └── TME_trackability.py ├── Tell_Me_Everything.py ├── WIGLE_to_BTIDES.py ├── btidalpool.ddns.net.crt ├── fullchain-with-root.pem ├── handle_venv.py ├── metadata │ ├── Metadata_v2.json │ ├── Model_Metadata_by_Manufacturer.json │ ├── NAMEPRINT_NONUNIQUE_DB.csv │ └── NAMEPRINT_UNIQUE_DB.csv ├── oauth_helper.py ├── one_time_initialization │ ├── BLEScope_UUID128s.sql │ ├── BLEScope_extractedUUIDs.json │ ├── Service_UUID16_to_company.csv │ ├── initialize_database.sh │ ├── initialize_test_database.sh │ ├── oui.txt │ ├── process_Linux_USB_company_names.py │ ├── translator_fill_BLEScope_UUID128s.py │ ├── translator_fill_IEEE_bdaddr_to_company.sh │ ├── translator_fill_USB_CID_to_company.sh │ ├── translator_fill_UUID16_to_company.sh │ └── usb.ids.txt ├── parse_BTC_2THPRINT_2db.py ├── pool_files │ └── remove_duplicates.py └── scapy_to_BTIDES_common.py ├── Braktooth_module └── LMP2thprint.cpp ├── CREDITS.md ├── ExampleData ├── 2023-10-06-08-52-20_up-apl01.bin └── 2024-05-16-01-01-25_up-apl01.pcap ├── Logs ├── .gitkeep ├── BetterGetter │ └── .gitkeep ├── bluetoothctl │ └── .gitkeep ├── btmon │ └── .gitkeep ├── gpspipe │ └── .gitkeep ├── sdptool │ └── .gitkeep └── sniffle │ └── .gitkeep ├── README.md ├── Scripts ├── BG │ ├── BG_Helper_ATT.py │ ├── BG_Helper_All.py │ ├── BG_Helper_GATT.py │ ├── BG_Helper_L2CAP.py │ ├── BG_Helper_LL.py │ ├── BG_Helper_Output.py │ ├── BG_Helper_SMP.py │ ├── Better_Getter.py │ ├── config.py │ ├── globals.py │ ├── handle_venv.py │ └── sniffle │ │ ├── __init__.py │ │ ├── advdata │ │ ├── __init__.py │ │ ├── ad_types.py │ │ ├── constants.py │ │ ├── constants_generator.py │ │ ├── decoder.py │ │ ├── msd_apple.py │ │ └── msd_microsoft.py │ │ ├── channelizer.py │ │ ├── coding_ble.py │ │ ├── constants.py │ │ ├── crc_ble.py │ │ ├── decoder_state.py │ │ ├── errors.py │ │ ├── hexdump.py │ │ ├── measurements.py │ │ ├── packet_decoder.py │ │ ├── pcap.py │ │ ├── resampler.py │ │ ├── sdr_utils.py │ │ ├── sniffer_state.py │ │ ├── sniffle_hw.py │ │ ├── sniffle_sdr.py │ │ └── whitening_ble.py ├── central_app_launcher.py ├── check.sh ├── delete_gps_files_lacking_lat_long.py ├── dump_names_specific.sh ├── google-SSO-redirect-and-token-print-server.py ├── gpspipe2mysql.py ├── handle_venv.py ├── killall.sh ├── map_specific.sh ├── pi_synctime.sh ├── plot_specific.py ├── runall.sh ├── start_bluetoothctl.sh ├── start_btmon.sh ├── start_central_app_launcher.sh └── start_gpspipe.sh ├── Sniffle ├── LICENSE ├── README.md ├── cc2538-bsl │ ├── .gitignore │ ├── .travis.yml │ ├── LICENSE.md │ ├── README.md │ ├── Sniffle_fw_v1.10.0_Sonoff_1M.hex │ ├── Sniffle_fw_v1.10.0_Sonoff_2M.hex │ ├── cc2538-bsl.py │ ├── pyproject.toml │ ├── setup.py │ └── tests │ │ └── test_cc2538-bsl.py ├── fw │ ├── .gitignore │ ├── AuxAdvScheduler.c │ ├── AuxAdvScheduler.h │ ├── CommandTask.c │ ├── CommandTask.h │ ├── DelayHopTrigger.c │ ├── DelayHopTrigger.h │ ├── DelayStopTrigger.c │ ├── DelayStopTrigger.h │ ├── PacketTask.c │ ├── PacketTask.h │ ├── RFQueue.c │ ├── RFQueue.h │ ├── RadioTask.c │ ├── RadioTask.h │ ├── RadioWrapper.c │ ├── RadioWrapper.h │ ├── TXQueue.c │ ├── TXQueue.h │ ├── adv_header_cache.c │ ├── adv_header_cache.h │ ├── base64.c │ ├── base64.h │ ├── build_all_platforms.sh │ ├── cc13x1_cc26x1_tirtos7.lds │ ├── cc13x2_cc26x2_tirtos7.lds │ ├── cc13x2x7_cc26x2x7_tirtos7.lds │ ├── cc13x4_cc26x4_tirtos7.lds │ ├── ccxml │ │ ├── CC1352P1F3.ccxml │ │ ├── CC1352P7.ccxml │ │ ├── CC1352R1F3.ccxml │ │ ├── CC1354P10.ccxml │ │ ├── CC2651P3.ccxml │ │ ├── CC2652R1F.ccxml │ │ ├── CC2652R1F.dat │ │ ├── CC2652R7.ccxml │ │ └── CC2652RB1F.ccxml │ ├── conf_queue.c │ ├── conf_queue.h │ ├── csa2.c │ ├── csa2.h │ ├── debug.c │ ├── debug.h │ ├── main.c │ ├── makefile │ ├── measurements.c │ ├── measurements.h │ ├── messenger.c │ ├── messenger.h │ ├── rpa_resolver.c │ ├── rpa_resolver.h │ ├── sniffle.syscfg │ ├── sniffle_overrides.h │ ├── sw_aes128.c │ └── sw_aes128.h └── python_cli │ ├── .gitignore │ ├── advertiser.py │ ├── initiator.py │ ├── pcap_decoder.py │ ├── reset.py │ ├── scanner.py │ ├── sniff_receiver.py │ ├── sniffle │ ├── __init__.py │ ├── advdata │ │ ├── __init__.py │ │ ├── ad_types.py │ │ ├── constants.py │ │ ├── constants_generator.py │ │ ├── decoder.py │ │ ├── msd_apple.py │ │ └── msd_microsoft.py │ ├── channelizer.py │ ├── coding_ble.py │ ├── constants.py │ ├── crc_ble.py │ ├── decoder_state.py │ ├── errors.py │ ├── hexdump.py │ ├── measurements.py │ ├── packet_decoder.py │ ├── pcap.py │ ├── resampler.py │ ├── sdr_utils.py │ ├── sniffer_state.py │ ├── sniffle_hw.py │ ├── sniffle_sdr.py │ └── whitening_ble.py │ ├── sniffle_extcap.bat │ ├── sniffle_extcap.py │ ├── uart_test.py │ └── version_check.py ├── bluez-5.66 ├── AUTHORS ├── COPYING ├── COPYING.LIB ├── ChangeLog ├── INSTALL ├── Makefile.in ├── NEWS ├── README ├── TODO ├── acinclude.m4 ├── aclocal.m4 ├── android │ ├── Android.mk │ ├── Makefile.am │ ├── README │ ├── a2dp-sink.c │ ├── a2dp-sink.h │ ├── a2dp.c │ ├── a2dp.h │ ├── audio-ipc-api.txt │ ├── audio-msg.h │ ├── audio_utils │ │ ├── resampler.c │ │ └── resampler.h │ ├── avctp.c │ ├── avctp.h │ ├── avdtp.c │ ├── avdtp.h │ ├── avdtptest.c │ ├── avrcp-lib.c │ ├── avrcp-lib.h │ ├── avrcp.c │ ├── avrcp.h │ ├── bluetooth.c │ ├── bluetooth.h │ ├── bluetoothd-snoop.c │ ├── bluetoothd-wrapper.c │ ├── bluetoothd.te │ ├── bluetoothd_snoop.te │ ├── client │ │ ├── haltest.c │ │ ├── history.c │ │ ├── history.h │ │ ├── if-audio.c │ │ ├── if-av-sink.c │ │ ├── if-av.c │ │ ├── if-bt.c │ │ ├── if-gatt.c │ │ ├── if-hf-client.c │ │ ├── if-hf.c │ │ ├── if-hh.c │ │ ├── if-hl.c │ │ ├── if-main.h │ │ ├── if-mce.c │ │ ├── if-pan.c │ │ ├── if-rc-ctrl.c │ │ ├── if-rc.c │ │ ├── if-sco.c │ │ ├── if-sock.c │ │ ├── pollhandler.c │ │ ├── pollhandler.h │ │ ├── tabcompletion.c │ │ ├── terminal.c │ │ └── terminal.h │ ├── compat │ │ ├── readline │ │ │ ├── history.h │ │ │ └── readline.h │ │ └── wordexp.h │ ├── cts.txt │ ├── cutils │ │ └── properties.h │ ├── gatt.c │ ├── gatt.h │ ├── hal-a2dp-sink.c │ ├── hal-a2dp.c │ ├── hal-audio-aptx.c │ ├── hal-audio-sbc.c │ ├── hal-audio.c │ ├── hal-audio.h │ ├── hal-avrcp-ctrl.c │ ├── hal-avrcp.c │ ├── hal-bluetooth.c │ ├── hal-gatt.c │ ├── hal-handsfree-client.c │ ├── hal-handsfree.c │ ├── hal-health.c │ ├── hal-hidhost.c │ ├── hal-ipc-api.txt │ ├── hal-ipc.c │ ├── hal-ipc.h │ ├── hal-log.h │ ├── hal-map-client.c │ ├── hal-msg.h │ ├── hal-pan.c │ ├── hal-sco.c │ ├── hal-socket.c │ ├── hal-utils.c │ ├── hal-utils.h │ ├── hal.h │ ├── handsfree-client.c │ ├── handsfree-client.h │ ├── handsfree.c │ ├── handsfree.h │ ├── hardware │ │ ├── audio.h │ │ ├── audio_effect.h │ │ ├── bluetooth.h │ │ ├── bt_av.h │ │ ├── bt_gatt.h │ │ ├── bt_gatt_client.h │ │ ├── bt_gatt_server.h │ │ ├── bt_gatt_types.h │ │ ├── bt_hf.h │ │ ├── bt_hf_client.h │ │ ├── bt_hh.h │ │ ├── bt_hl.h │ │ ├── bt_mce.h │ │ ├── bt_pan.h │ │ ├── bt_rc.h │ │ ├── bt_sock.h │ │ ├── hardware.c │ │ └── hardware.h │ ├── health.c │ ├── health.h │ ├── hidhost.c │ ├── hidhost.h │ ├── init.bluetooth.rc │ ├── ipc-common.h │ ├── ipc-tester.c │ ├── ipc.c │ ├── ipc.h │ ├── log.c │ ├── main.c │ ├── map-client.c │ ├── map-client.h │ ├── pan.c │ ├── pan.h │ ├── pics-a2dp.txt │ ├── pics-avctp.txt │ ├── pics-avdtp.txt │ ├── pics-avrcp.txt │ ├── pics-bnep.txt │ ├── pics-did.txt │ ├── pics-dis.txt │ ├── pics-gap.txt │ ├── pics-gatt.txt │ ├── pics-gavdp.txt │ ├── pics-hdp.txt │ ├── pics-hfp.txt │ ├── pics-hid.txt │ ├── pics-hogp.txt │ ├── pics-hsp.txt │ ├── pics-iopt.txt │ ├── pics-l2cap.txt │ ├── pics-map.txt │ ├── pics-mcap.txt │ ├── pics-mps.txt │ ├── pics-opp.txt │ ├── pics-pan.txt │ ├── pics-pbap.txt │ ├── pics-rfcomm.txt │ ├── pics-scpp.txt │ ├── pics-sdp.txt │ ├── pics-sm.txt │ ├── pics-spp.txt │ ├── pixit-a2dp.txt │ ├── pixit-avctp.txt │ ├── pixit-avdtp.txt │ ├── pixit-avrcp.txt │ ├── pixit-bnep.txt │ ├── pixit-did.txt │ ├── pixit-dis.txt │ ├── pixit-gap.txt │ ├── pixit-gatt.txt │ ├── pixit-gavdp.txt │ ├── pixit-hdp.txt │ ├── pixit-hfp.txt │ ├── pixit-hid.txt │ ├── pixit-hogp.txt │ ├── pixit-hsp.txt │ ├── pixit-iopt.txt │ ├── pixit-l2cap.txt │ ├── pixit-map.txt │ ├── pixit-mcap.txt │ ├── pixit-mps.txt │ ├── pixit-opp.txt │ ├── pixit-pan.txt │ ├── pixit-pbap.txt │ ├── pixit-rfcomm.txt │ ├── pixit-scpp.txt │ ├── pixit-sdp.txt │ ├── pixit-sm.txt │ ├── pixit-spp.txt │ ├── pts-a2dp.txt │ ├── pts-avctp.txt │ ├── pts-avdtp.txt │ ├── pts-avrcp.txt │ ├── pts-bnep.txt │ ├── pts-did.txt │ ├── pts-dis.txt │ ├── pts-gap.txt │ ├── pts-gatt.txt │ ├── pts-gavdp.txt │ ├── pts-hdp.txt │ ├── pts-hfp.txt │ ├── pts-hid.txt │ ├── pts-hogp.txt │ ├── pts-hsp.txt │ ├── pts-iopt.txt │ ├── pts-l2cap.txt │ ├── pts-map.txt │ ├── pts-mcap.txt │ ├── pts-mps.txt │ ├── pts-opp.txt │ ├── pts-pan.txt │ ├── pts-pbap.txt │ ├── pts-rfcomm.txt │ ├── pts-scpp.txt │ ├── pts-sdp.txt │ ├── pts-sm.txt │ ├── pts-spp.txt │ ├── sco-msg.h │ ├── sco.c │ ├── sco.h │ ├── socket.c │ ├── socket.h │ ├── system-emulator.c │ ├── system │ │ └── audio.h │ ├── test-ipc.c │ ├── tester-a2dp.c │ ├── tester-avrcp.c │ ├── tester-bluetooth.c │ ├── tester-gatt.c │ ├── tester-hdp.c │ ├── tester-hidhost.c │ ├── tester-main.c │ ├── tester-main.h │ ├── tester-map-client.c │ ├── tester-pan.c │ ├── tester-socket.c │ └── utils.h ├── attrib │ ├── .deps │ │ └── .dirstamp │ ├── .dirstamp │ ├── att-database.h │ ├── att.c │ ├── att.h │ ├── gatt.c │ ├── gatt.h │ ├── gattrib.c │ ├── gattrib.h │ ├── gatttool.c │ ├── gatttool.h │ ├── interactive.c │ └── utils.c ├── btio │ ├── .deps │ │ └── .dirstamp │ ├── .dirstamp │ ├── btio.c │ └── btio.h ├── client │ ├── .deps │ │ └── .dirstamp │ ├── .dirstamp │ ├── admin.c │ ├── admin.h │ ├── adv_monitor.c │ ├── adv_monitor.h │ ├── advertising.c │ ├── advertising.h │ ├── agent.c │ ├── agent.h │ ├── display.c │ ├── display.h │ ├── gatt.c │ ├── gatt.h │ ├── main.c │ ├── player.c │ └── player.h ├── compile ├── completion │ └── zsh │ │ └── _bluetoothctl ├── config.guess ├── config.h ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── depcomp ├── doc │ ├── adapter-api.txt │ ├── advertising-api.txt │ ├── agent-api.txt │ ├── assigned-numbers.txt │ ├── btsnoop.txt │ ├── device-api.txt │ ├── gatt-api.txt │ ├── health-api.txt │ ├── input-api.txt │ ├── media-api.txt │ ├── mgmt-api.txt │ ├── network-api.txt │ ├── obex-agent-api.txt │ ├── obex-api.txt │ ├── pics-opp.txt │ ├── pixit-opp.txt │ ├── profile-api.txt │ ├── pts-opp.txt │ ├── sap-api.txt │ ├── settings-storage.txt │ ├── supported-features.txt │ ├── test-coverage.txt │ └── test-runner.txt ├── ell │ ├── asn1-private.h │ ├── base64.c │ ├── base64.h │ ├── cert-crypto.c │ ├── cert-private.h │ ├── cert.c │ ├── cert.h │ ├── checksum.c │ ├── checksum.h │ ├── cipher.c │ ├── cipher.h │ ├── cleanup.h │ ├── dbus-client.c │ ├── dbus-client.h │ ├── dbus-filter.c │ ├── dbus-message.c │ ├── dbus-name-cache.c │ ├── dbus-private.h │ ├── dbus-service.c │ ├── dbus-service.h │ ├── dbus-util.c │ ├── dbus.c │ ├── dbus.h │ ├── ecc-external.c │ ├── ecc-private.h │ ├── ecc.c │ ├── ecc.h │ ├── ecdh.c │ ├── ecdh.h │ ├── ell.h │ ├── gvariant-private.h │ ├── gvariant-util.c │ ├── hashmap.c │ ├── hashmap.h │ ├── idle.c │ ├── idle.h │ ├── internal │ ├── io.c │ ├── io.h │ ├── key.c │ ├── key.h │ ├── log.c │ ├── log.h │ ├── main-private.h │ ├── main.c │ ├── main.h │ ├── missing.h │ ├── pem-private.h │ ├── pem.c │ ├── pem.h │ ├── private.h │ ├── queue.c │ ├── queue.h │ ├── random.c │ ├── random.h │ ├── settings.c │ ├── settings.h │ ├── signal.c │ ├── signal.h │ ├── siphash-private.h │ ├── siphash.c │ ├── string.c │ ├── string.h │ ├── strv.c │ ├── strv.h │ ├── tester.c │ ├── tester.h │ ├── time-private.h │ ├── time.c │ ├── time.h │ ├── timeout.c │ ├── timeout.h │ ├── tls-extensions.c │ ├── tls-private.h │ ├── tls-record.c │ ├── tls-suites.c │ ├── tls.c │ ├── tls.h │ ├── useful.h │ ├── utf8.c │ ├── utf8.h │ ├── util.c │ ├── util.h │ ├── uuid.c │ └── uuid.h ├── emulator │ ├── amp.c │ ├── amp.h │ ├── b1ee.c │ ├── btdev.c │ ├── btdev.h │ ├── bthost.c │ ├── bthost.h │ ├── hciemu.c │ ├── hciemu.h │ ├── hfp.c │ ├── le.c │ ├── le.h │ ├── main.c │ ├── phy.c │ ├── phy.h │ ├── serial.c │ ├── serial.h │ ├── server.c │ ├── server.h │ ├── smp.c │ ├── vhci.c │ └── vhci.h ├── gdbus │ ├── .deps │ │ └── .dirstamp │ ├── .dirstamp │ ├── client.c │ ├── gdbus.h │ ├── mainloop.c │ ├── object.c │ ├── polkit.c │ └── watch.c ├── gobex │ ├── .deps │ │ └── .dirstamp │ ├── .dirstamp │ ├── gobex-apparam.c │ ├── gobex-apparam.h │ ├── gobex-debug.h │ ├── gobex-defs.c │ ├── gobex-defs.h │ ├── gobex-header.c │ ├── gobex-header.h │ ├── gobex-packet.c │ ├── gobex-packet.h │ ├── gobex-transfer.c │ ├── gobex.c │ └── gobex.h ├── install-sh ├── lib │ ├── .deps │ │ └── .dirstamp │ ├── .dirstamp │ ├── a2mp.h │ ├── amp.h │ ├── bluetooth.c │ ├── bluetooth.h │ ├── bluez.pc │ ├── bluez.pc.in │ ├── bnep.h │ ├── cmtp.h │ ├── hci.c │ ├── hci.h │ ├── hci_lib.h │ ├── hidp.h │ ├── iso.h │ ├── l2cap.h │ ├── mgmt.h │ ├── rfcomm.h │ ├── sco.h │ ├── sdp.c │ ├── sdp.h │ ├── sdp_lib.h │ ├── uuid.c │ └── uuid.h ├── ltmain.sh ├── mesh │ ├── agent.c │ ├── agent.h │ ├── appkey.c │ ├── appkey.h │ ├── bluetooth-mesh.conf │ ├── bluetooth-mesh.service.in │ ├── bluetooth-meshd.rst │ ├── bluetooth-meshd.rst.in │ ├── cfgmod-server.c │ ├── cfgmod.h │ ├── crypto.c │ ├── crypto.h │ ├── dbus.c │ ├── dbus.h │ ├── error.h │ ├── friend.c │ ├── friend.h │ ├── keyring.c │ ├── keyring.h │ ├── main.c │ ├── manager.c │ ├── manager.h │ ├── mesh-config-json.c │ ├── mesh-config.h │ ├── mesh-defs.h │ ├── mesh-io-api.h │ ├── mesh-io-generic.c │ ├── mesh-io-generic.h │ ├── mesh-io-mgmt.c │ ├── mesh-io-mgmt.h │ ├── mesh-io-unit.c │ ├── mesh-io-unit.h │ ├── mesh-io.c │ ├── mesh-io.h │ ├── mesh-main.conf │ ├── mesh-mgmt.c │ ├── mesh-mgmt.h │ ├── mesh.c │ ├── mesh.h │ ├── model.c │ ├── model.h │ ├── net-keys.c │ ├── net-keys.h │ ├── net.c │ ├── net.h │ ├── node.c │ ├── node.h │ ├── org.bluez.mesh.service │ ├── pb-adv.c │ ├── pb-adv.h │ ├── prov-acceptor.c │ ├── prov-initiator.c │ ├── prov.h │ ├── provision.h │ ├── rpl.c │ ├── rpl.h │ ├── util.c │ └── util.h ├── missing ├── monitor │ ├── .deps │ │ └── .dirstamp │ ├── .dirstamp │ ├── a2dp.c │ ├── a2dp.h │ ├── analyze.c │ ├── analyze.h │ ├── att.c │ ├── att.h │ ├── avctp.c │ ├── avctp.h │ ├── avdtp.c │ ├── avdtp.h │ ├── bnep.c │ ├── bnep.h │ ├── broadcom.c │ ├── broadcom.h │ ├── bt.h │ ├── btmon.rst │ ├── control.c │ ├── control.h │ ├── crc.c │ ├── crc.h │ ├── display.c │ ├── display.h │ ├── ellisys.c │ ├── ellisys.h │ ├── emulator.h │ ├── hcidump.c │ ├── hcidump.h │ ├── hwdb.c │ ├── hwdb.h │ ├── intel.c │ ├── intel.h │ ├── jlink.c │ ├── jlink.h │ ├── keys.c │ ├── keys.h │ ├── l2cap.c │ ├── l2cap.h │ ├── ll.c │ ├── ll.h │ ├── lmp.c │ ├── lmp.h │ ├── main.c │ ├── msft.c │ ├── msft.h │ ├── packet.c │ ├── packet.h │ ├── rfcomm.c │ ├── rfcomm.h │ ├── sdp.c │ ├── sdp.h │ ├── tty.h │ ├── vendor.c │ └── vendor.h ├── obexd │ ├── client │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── bluetooth.c │ │ ├── bluetooth.h │ │ ├── driver.c │ │ ├── driver.h │ │ ├── ftp.c │ │ ├── ftp.h │ │ ├── manager.c │ │ ├── manager.h │ │ ├── map-event.c │ │ ├── map-event.h │ │ ├── map.c │ │ ├── map.h │ │ ├── mns.c │ │ ├── opp.c │ │ ├── opp.h │ │ ├── pbap.c │ │ ├── pbap.h │ │ ├── session.c │ │ ├── session.h │ │ ├── sync.c │ │ ├── sync.h │ │ ├── transfer.c │ │ ├── transfer.h │ │ ├── transport.c │ │ └── transport.h │ ├── plugins │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── bluetooth.c │ │ ├── filesystem.c │ │ ├── filesystem.h │ │ ├── ftp.c │ │ ├── ftp.h │ │ ├── irmc.c │ │ ├── mas.c │ │ ├── messages-dummy.c │ │ ├── messages.h │ │ ├── opp.c │ │ ├── pbap.c │ │ ├── pcsuite.c │ │ ├── phonebook-dummy.c │ │ ├── phonebook-ebook.c │ │ ├── phonebook-tracker.c │ │ ├── phonebook.h │ │ ├── vcard.c │ │ └── vcard.h │ └── src │ │ ├── .deps │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── genbuiltin │ │ ├── log.c │ │ ├── log.h │ │ ├── main.c │ │ ├── manager.c │ │ ├── manager.h │ │ ├── map_ap.h │ │ ├── mimetype.c │ │ ├── mimetype.h │ │ ├── obex-priv.h │ │ ├── obex.c │ │ ├── obex.h │ │ ├── obex.service.in │ │ ├── obexd.h │ │ ├── org.bluez.obex.service │ │ ├── plugin.c │ │ ├── plugin.h │ │ ├── server.c │ │ ├── server.h │ │ ├── service.c │ │ ├── service.h │ │ ├── transport.c │ │ └── transport.h ├── peripheral │ ├── attach.c │ ├── attach.h │ ├── efivars.c │ ├── efivars.h │ ├── gap.c │ ├── gap.h │ ├── gatt.c │ ├── gatt.h │ ├── log.c │ ├── log.h │ └── main.c ├── plugins │ ├── .deps │ │ └── .dirstamp │ ├── .dirstamp │ ├── admin.c │ ├── autopair.c │ ├── external-dummy.c │ ├── hostname.c │ ├── neard.c │ ├── policy.c │ ├── sixaxis.c │ └── wiimote.c ├── profiles │ ├── audio │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── a2dp-codecs.h │ │ ├── a2dp.c │ │ ├── a2dp.h │ │ ├── avctp.c │ │ ├── avctp.h │ │ ├── avdtp.c │ │ ├── avdtp.h │ │ ├── avrcp.c │ │ ├── avrcp.h │ │ ├── bap.c │ │ ├── control.c │ │ ├── control.h │ │ ├── mcp.c │ │ ├── media.c │ │ ├── media.h │ │ ├── player.c │ │ ├── player.h │ │ ├── sink.c │ │ ├── sink.h │ │ ├── source.c │ │ ├── source.h │ │ ├── transport.c │ │ ├── transport.h │ │ └── vcp.c │ ├── battery │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── bas.c │ │ ├── bas.h │ │ └── battery.c │ ├── cups │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── cups.h │ │ ├── hcrp.c │ │ ├── main.c │ │ ├── sdp.c │ │ └── spp.c │ ├── deviceinfo │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── deviceinfo.c │ │ ├── dis.c │ │ └── dis.h │ ├── gap │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ └── gas.c │ ├── health │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── hdp.c │ │ ├── hdp.h │ │ ├── hdp_main.c │ │ ├── hdp_manager.c │ │ ├── hdp_manager.h │ │ ├── hdp_types.h │ │ ├── hdp_util.c │ │ ├── hdp_util.h │ │ ├── mcap.c │ │ └── mcap.h │ ├── iap │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ └── main.c │ ├── input │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── device.c │ │ ├── device.h │ │ ├── hidp_defs.h │ │ ├── hog-lib.c │ │ ├── hog-lib.h │ │ ├── hog.c │ │ ├── input.conf │ │ ├── manager.c │ │ ├── server.c │ │ ├── server.h │ │ ├── sixaxis.h │ │ ├── suspend-dummy.c │ │ ├── suspend-none.c │ │ └── suspend.h │ ├── midi │ │ ├── libmidi.c │ │ ├── libmidi.h │ │ └── midi.c │ ├── network │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── bnep.c │ │ ├── bnep.h │ │ ├── connection.c │ │ ├── connection.h │ │ ├── manager.c │ │ ├── network.conf │ │ ├── server.c │ │ └── server.h │ ├── sap │ │ ├── main.c │ │ ├── manager.c │ │ ├── manager.h │ │ ├── sap-dummy.c │ │ ├── sap.h │ │ ├── server.c │ │ └── server.h │ └── scanparam │ │ ├── .deps │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── scan.c │ │ ├── scpp.c │ │ └── scpp.h ├── src │ ├── .deps │ │ └── .dirstamp │ ├── .dirstamp │ ├── adapter.c │ ├── adapter.h │ ├── adv_monitor.c │ ├── adv_monitor.h │ ├── advertising.c │ ├── advertising.h │ ├── agent.c │ ├── agent.h │ ├── backtrace.c │ ├── backtrace.h │ ├── battery.c │ ├── battery.h │ ├── bluetooth.conf │ ├── bluetooth.service.in │ ├── bluetooth.ver │ ├── bluetoothd.rst │ ├── bluetoothd.rst.in │ ├── btd.h │ ├── dbus-common.c │ ├── dbus-common.h │ ├── device.c │ ├── device.h │ ├── eir.c │ ├── eir.h │ ├── error.c │ ├── error.h │ ├── gatt-client.c │ ├── gatt-client.h │ ├── gatt-database.c │ ├── gatt-database.h │ ├── genbuiltin │ ├── log.c │ ├── log.h │ ├── main.c │ ├── main.conf │ ├── org.bluez.service │ ├── oui.c │ ├── oui.h │ ├── plugin.c │ ├── plugin.h │ ├── profile.c │ ├── profile.h │ ├── rfkill.c │ ├── sdp-client.c │ ├── sdp-client.h │ ├── sdp-xml.c │ ├── sdp-xml.h │ ├── sdpd-database.c │ ├── sdpd-request.c │ ├── sdpd-server.c │ ├── sdpd-service.c │ ├── sdpd.h │ ├── service.c │ ├── service.h │ ├── settings.c │ ├── settings.h │ ├── shared │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── ad.c │ │ ├── ad.h │ │ ├── ascs.h │ │ ├── att-types.h │ │ ├── att.c │ │ ├── att.h │ │ ├── bap.c │ │ ├── bap.h │ │ ├── btp.c │ │ ├── btp.h │ │ ├── btsnoop.c │ │ ├── btsnoop.h │ │ ├── crypto.c │ │ ├── crypto.h │ │ ├── ecc.c │ │ ├── ecc.h │ │ ├── gap.c │ │ ├── gap.h │ │ ├── gatt-client.c │ │ ├── gatt-client.h │ │ ├── gatt-db.c │ │ ├── gatt-db.h │ │ ├── gatt-helpers.c │ │ ├── gatt-helpers.h │ │ ├── gatt-server.c │ │ ├── gatt-server.h │ │ ├── hci-crypto.c │ │ ├── hci-crypto.h │ │ ├── hci.c │ │ ├── hci.h │ │ ├── hfp.c │ │ ├── hfp.h │ │ ├── io-ell.c │ │ ├── io-glib.c │ │ ├── io-mainloop.c │ │ ├── io.h │ │ ├── lc3.h │ │ ├── log.c │ │ ├── log.h │ │ ├── mainloop-ell.c │ │ ├── mainloop-glib.c │ │ ├── mainloop-notify.c │ │ ├── mainloop-notify.h │ │ ├── mainloop.c │ │ ├── mainloop.h │ │ ├── mcp.c │ │ ├── mcp.h │ │ ├── mcs.h │ │ ├── mgmt.c │ │ ├── mgmt.h │ │ ├── pcap.c │ │ ├── pcap.h │ │ ├── queue.c │ │ ├── queue.h │ │ ├── ringbuf.c │ │ ├── ringbuf.h │ │ ├── shell.c │ │ ├── shell.h │ │ ├── tester.c │ │ ├── tester.h │ │ ├── timeout-ell.c │ │ ├── timeout-glib.c │ │ ├── timeout-mainloop.c │ │ ├── timeout.h │ │ ├── tty.h │ │ ├── uhid.c │ │ ├── uhid.h │ │ ├── util.c │ │ ├── util.h │ │ ├── vcp.c │ │ └── vcp.h │ ├── storage.c │ ├── storage.h │ ├── textfile.c │ ├── textfile.h │ ├── uuid-helper.c │ └── uuid-helper.h ├── stamp-h1 ├── test-driver ├── test │ ├── agent.py │ ├── bluezutils.py │ ├── dbusdef.py │ ├── example-advertisement │ ├── example-gatt-client │ ├── example-gatt-server │ ├── ftp-client │ ├── list-devices │ ├── map-client │ ├── monitor-bluetooth │ ├── opp-client │ ├── pbap-client │ ├── sap_client.py │ ├── service-did.xml │ ├── service-ftp.xml │ ├── service-opp.xml │ ├── service-record.dtd │ ├── service-spp.xml │ ├── simple-agent │ ├── simple-endpoint │ ├── simple-player │ ├── test-adapter │ ├── test-device │ ├── test-discovery │ ├── test-gatt-profile │ ├── test-health │ ├── test-health-sink │ ├── test-hfp │ ├── test-manager │ ├── test-mesh │ ├── test-nap │ ├── test-network │ ├── test-profile │ └── test-sap-server ├── tools │ ├── .deps │ │ └── .dirstamp │ ├── .dirstamp │ ├── 3dsp.c │ ├── advtest.c │ ├── amptest.c │ ├── avinfo.c │ ├── avtest.c │ ├── bcmfw.c │ ├── bdaddr.c │ ├── bdaddr.rst │ ├── bluemoon.c │ ├── bluetooth-logger.service.in │ ├── bluetooth-player.c │ ├── bnep-tester.c │ ├── bneptest.c │ ├── btattach.c │ ├── btattach.rst │ ├── btconfig.c │ ├── btgatt-client.c │ ├── btgatt-server.c │ ├── btinfo.c │ ├── btiotest.c │ ├── btmgmt.c │ ├── btmon-logger.c │ ├── btpclient.c │ ├── btpclientctl.c │ ├── btproxy.c │ ├── btsnoop.c │ ├── check-selftest.c │ ├── ciptool.c │ ├── ciptool.rst │ ├── cltest.c │ ├── create-image.c │ ├── eddystone.c │ ├── gap-tester.c │ ├── gatt-service.c │ ├── hci-tester.c │ ├── hciattach.c │ ├── hciattach.h │ ├── hciattach.rst │ ├── hciattach_ath3k.c │ ├── hciattach_bcm43xx.c │ ├── hciattach_intel.c │ ├── hciattach_qualcomm.c │ ├── hciattach_st.c │ ├── hciattach_ti.c │ ├── hciattach_tialt.c │ ├── hciconfig.c │ ├── hciconfig.rst │ ├── hcidump.c │ ├── hcidump.rst │ ├── hcieventmask.c │ ├── hcisecfilter.c │ ├── hcitool.c │ ├── hcitool.rst │ ├── hex2hcd.c │ ├── hid2hci.c │ ├── hid2hci.rst │ ├── hid2hci.rules │ ├── hwdb.c │ ├── ibeacon.c │ ├── ioctl-tester.c │ ├── iso-tester.c │ ├── isotest.c │ ├── isotest.rst │ ├── l2cap-tester.c │ ├── l2ping.c │ ├── l2ping.rst │ ├── l2test.c │ ├── magic.btsnoop │ ├── mcaptest.c │ ├── mesh-cfgclient.c │ ├── mesh-cfgtest.c │ ├── mesh-gatt │ │ ├── config-client.c │ │ ├── config-server.c │ │ ├── crypto.c │ │ ├── crypto.h │ │ ├── gatt.c │ │ ├── gatt.h │ │ ├── keys.h │ │ ├── mesh-net.h │ │ ├── net.c │ │ ├── net.h │ │ ├── node.c │ │ ├── node.h │ │ ├── onoff-model.c │ │ ├── onoff-model.h │ │ ├── prov-db.c │ │ ├── prov-db.h │ │ ├── prov.c │ │ ├── prov.h │ │ ├── util.c │ │ └── util.h │ ├── mesh-tester.c │ ├── mesh │ │ ├── agent.c │ │ ├── agent.h │ │ ├── cfgcli.c │ │ ├── cfgcli.h │ │ ├── config-model.h │ │ ├── keys.c │ │ ├── keys.h │ │ ├── mesh-db.c │ │ ├── mesh-db.h │ │ ├── model.h │ │ ├── remote.c │ │ ├── remote.h │ │ ├── util.c │ │ └── util.h │ ├── meshctl.c │ ├── mgmt-tester.c │ ├── mpris-proxy.c │ ├── nokfw.c │ ├── obex-client-tool.c │ ├── obex-server-tool.c │ ├── obexctl.c │ ├── oobtest.c │ ├── parse8.py │ ├── parseme.xml │ ├── parseme_filtered.xml │ ├── parseme_filtered2.xml │ ├── parseme_filtered3.xml │ ├── parser.py │ ├── parser │ │ ├── .deps │ │ │ └── .dirstamp │ │ ├── .dirstamp │ │ ├── amp.c │ │ ├── att.c │ │ ├── avctp.c │ │ ├── avdtp.c │ │ ├── avrcp.c │ │ ├── bnep.c │ │ ├── bpa.c │ │ ├── capi.c │ │ ├── cmtp.c │ │ ├── csr.c │ │ ├── ericsson.c │ │ ├── hci.c │ │ ├── hcrp.c │ │ ├── hidp.c │ │ ├── l2cap.c │ │ ├── l2cap.h │ │ ├── lmp.c │ │ ├── obex.c │ │ ├── parser.c │ │ ├── parser.h │ │ ├── ppp.c │ │ ├── rfcomm.c │ │ ├── rfcomm.h │ │ ├── sap.c │ │ ├── sdp.c │ │ ├── sdp.h │ │ ├── smp.c │ │ └── tcpip.c │ ├── parser10.py │ ├── parser2.py │ ├── parser3.py │ ├── parser4.py │ ├── parser5.py │ ├── parser6.py │ ├── parser7.py │ ├── parser9.py │ ├── rctest.c │ ├── rctest.rst │ ├── rfcomm-tester.c │ ├── rfcomm.c │ ├── rfcomm.rst │ ├── rtlfw.c │ ├── sco-tester.c │ ├── scotest.c │ ├── sdptool.c │ ├── sdptool.rst │ ├── seq2bseq.c │ ├── smp-tester.c │ ├── test-runner.c │ └── userchan-tester.c └── unit │ ├── test-avctp.c │ ├── test-avdtp.c │ ├── test-avrcp.c │ ├── test-crc.c │ ├── test-crypto.c │ ├── test-ecc.c │ ├── test-eir.c │ ├── test-gatt.c │ ├── test-gattrib.c │ ├── test-gdbus-client.c │ ├── test-gobex-apparam.c │ ├── test-gobex-header.c │ ├── test-gobex-packet.c │ ├── test-gobex-transfer.c │ ├── test-gobex.c │ ├── test-hfp.c │ ├── test-hog.c │ ├── test-lib.c │ ├── test-mesh-crypto.c │ ├── test-mgmt.c │ ├── test-midi.c │ ├── test-queue.c │ ├── test-ringbuf.c │ ├── test-sdp.c │ ├── test-tester.c │ ├── test-textfile.c │ ├── test-uhid.c │ ├── test-uuid.c │ ├── util.c │ └── util.h ├── docs ├── Analysis.md ├── BTIDALPOOL.md ├── Capture.md ├── GPS.md ├── Import.md ├── img │ ├── BTIDES_Download.png │ ├── BTIDES_Upload.png │ ├── Blue2th_IAB1-orig.jpeg │ ├── Blue2th_IAB1.jpeg │ ├── Blue2th_IAB2.jpeg │ ├── Blue2th_IAB3.jpeg │ ├── Blue2th_IAB4.jpeg │ ├── Blue2th_IAB5.jpeg │ ├── Blue2th_IAB6.jpeg │ ├── Blue2th_IAB7.jpeg │ ├── Blue2th_IAB8.jpeg │ ├── Blue2th_IAB9.jpeg │ ├── Blue2thprinting_script_to_data_diagram.png │ ├── MySetup_Small.png │ ├── laptop.jpg │ ├── tiny2th.jpg │ ├── tiny2th_w_3x_USB.jpg │ └── tiny2th_w_7x_USB.jpg ├── laptopHW.md ├── maxHW.md └── minHW.md ├── setup_analysis_helper_debian-based.sh ├── setup_analysis_helper_macOS.sh └── setup_capture_helper_debian-based.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/.gitmodules -------------------------------------------------------------------------------- /Analysis/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/.gitignore -------------------------------------------------------------------------------- /Analysis/BTIDALPOOL-client.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/BTIDALPOOL-client.crt -------------------------------------------------------------------------------- /Analysis/BTIDALPOOL-client.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/BTIDALPOOL-client.key -------------------------------------------------------------------------------- /Analysis/BTIDES_to_SQL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/BTIDES_to_SQL.py -------------------------------------------------------------------------------- /Analysis/HCI_to_BTIDES.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/HCI_to_BTIDES.py -------------------------------------------------------------------------------- /Analysis/PCAP_to_BTIDES.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/PCAP_to_BTIDES.py -------------------------------------------------------------------------------- /Analysis/Server_BTIDALPOOL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/Server_BTIDALPOOL.py -------------------------------------------------------------------------------- /Analysis/TME/BT_Data_Types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/BT_Data_Types.py -------------------------------------------------------------------------------- /Analysis/TME/TME_AdvChan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_AdvChan.py -------------------------------------------------------------------------------- /Analysis/TME/TME_BTIDES_ATT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_BTIDES_ATT.py -------------------------------------------------------------------------------- /Analysis/TME/TME_BTIDES_EIR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_BTIDES_EIR.py -------------------------------------------------------------------------------- /Analysis/TME/TME_BTIDES_GATT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_BTIDES_GATT.py -------------------------------------------------------------------------------- /Analysis/TME/TME_BTIDES_GPS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_BTIDES_GPS.py -------------------------------------------------------------------------------- /Analysis/TME/TME_BTIDES_HCI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_BTIDES_HCI.py -------------------------------------------------------------------------------- /Analysis/TME/TME_BTIDES_LLCP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_BTIDES_LLCP.py -------------------------------------------------------------------------------- /Analysis/TME/TME_BTIDES_LMP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_BTIDES_LMP.py -------------------------------------------------------------------------------- /Analysis/TME/TME_BTIDES_SDP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_BTIDES_SDP.py -------------------------------------------------------------------------------- /Analysis/TME/TME_BTIDES_SMP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_BTIDES_SMP.py -------------------------------------------------------------------------------- /Analysis/TME/TME_BTIDES_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_BTIDES_base.py -------------------------------------------------------------------------------- /Analysis/TME/TME_EIR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_EIR.py -------------------------------------------------------------------------------- /Analysis/TME/TME_GATT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_GATT.py -------------------------------------------------------------------------------- /Analysis/TME/TME_GPS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_GPS.py -------------------------------------------------------------------------------- /Analysis/TME/TME_L2CAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_L2CAP.py -------------------------------------------------------------------------------- /Analysis/TME/TME_LLCP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_LLCP.py -------------------------------------------------------------------------------- /Analysis/TME/TME_LMP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_LMP.py -------------------------------------------------------------------------------- /Analysis/TME/TME_SDP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_SDP.py -------------------------------------------------------------------------------- /Analysis/TME/TME_SMP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_SMP.py -------------------------------------------------------------------------------- /Analysis/TME/TME_UUID128.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_UUID128.py -------------------------------------------------------------------------------- /Analysis/TME/TME_UUID16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_UUID16.py -------------------------------------------------------------------------------- /Analysis/TME/TME_UUID32.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_UUID32.py -------------------------------------------------------------------------------- /Analysis/TME/TME_glob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_glob.py -------------------------------------------------------------------------------- /Analysis/TME/TME_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_helpers.py -------------------------------------------------------------------------------- /Analysis/TME/TME_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_import.py -------------------------------------------------------------------------------- /Analysis/TME/TME_lookup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_lookup.py -------------------------------------------------------------------------------- /Analysis/TME/TME_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_metadata.py -------------------------------------------------------------------------------- /Analysis/TME/TME_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/TME/TME_stats.py -------------------------------------------------------------------------------- /Analysis/Tell_Me_Everything.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/Tell_Me_Everything.py -------------------------------------------------------------------------------- /Analysis/WIGLE_to_BTIDES.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/WIGLE_to_BTIDES.py -------------------------------------------------------------------------------- /Analysis/handle_venv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/handle_venv.py -------------------------------------------------------------------------------- /Analysis/oauth_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Analysis/oauth_helper.py -------------------------------------------------------------------------------- /CREDITS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/CREDITS.md -------------------------------------------------------------------------------- /Logs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Logs/BetterGetter/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Logs/bluetoothctl/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Logs/btmon/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Logs/gpspipe/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Logs/sdptool/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Logs/sniffle/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/BG/BG_Helper_ATT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/BG_Helper_ATT.py -------------------------------------------------------------------------------- /Scripts/BG/BG_Helper_All.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/BG_Helper_All.py -------------------------------------------------------------------------------- /Scripts/BG/BG_Helper_GATT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/BG_Helper_GATT.py -------------------------------------------------------------------------------- /Scripts/BG/BG_Helper_L2CAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/BG_Helper_L2CAP.py -------------------------------------------------------------------------------- /Scripts/BG/BG_Helper_LL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/BG_Helper_LL.py -------------------------------------------------------------------------------- /Scripts/BG/BG_Helper_Output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/BG_Helper_Output.py -------------------------------------------------------------------------------- /Scripts/BG/BG_Helper_SMP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/BG_Helper_SMP.py -------------------------------------------------------------------------------- /Scripts/BG/Better_Getter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/Better_Getter.py -------------------------------------------------------------------------------- /Scripts/BG/config.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Scripts/BG/globals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/globals.py -------------------------------------------------------------------------------- /Scripts/BG/handle_venv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/handle_venv.py -------------------------------------------------------------------------------- /Scripts/BG/sniffle/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/sniffle/__init__.py -------------------------------------------------------------------------------- /Scripts/BG/sniffle/advdata/__init__.py: -------------------------------------------------------------------------------- 1 | __all__ = [ 2 | "decoder" 3 | ] 4 | -------------------------------------------------------------------------------- /Scripts/BG/sniffle/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/sniffle/constants.py -------------------------------------------------------------------------------- /Scripts/BG/sniffle/crc_ble.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/sniffle/crc_ble.py -------------------------------------------------------------------------------- /Scripts/BG/sniffle/errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/sniffle/errors.py -------------------------------------------------------------------------------- /Scripts/BG/sniffle/hexdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/sniffle/hexdump.py -------------------------------------------------------------------------------- /Scripts/BG/sniffle/pcap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/sniffle/pcap.py -------------------------------------------------------------------------------- /Scripts/BG/sniffle/resampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/sniffle/resampler.py -------------------------------------------------------------------------------- /Scripts/BG/sniffle/sdr_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/BG/sniffle/sdr_utils.py -------------------------------------------------------------------------------- /Scripts/central_app_launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/central_app_launcher.py -------------------------------------------------------------------------------- /Scripts/check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/check.sh -------------------------------------------------------------------------------- /Scripts/dump_names_specific.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/dump_names_specific.sh -------------------------------------------------------------------------------- /Scripts/gpspipe2mysql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/gpspipe2mysql.py -------------------------------------------------------------------------------- /Scripts/handle_venv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/handle_venv.py -------------------------------------------------------------------------------- /Scripts/killall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/killall.sh -------------------------------------------------------------------------------- /Scripts/map_specific.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/map_specific.sh -------------------------------------------------------------------------------- /Scripts/pi_synctime.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/pi_synctime.sh -------------------------------------------------------------------------------- /Scripts/plot_specific.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/plot_specific.py -------------------------------------------------------------------------------- /Scripts/runall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/runall.sh -------------------------------------------------------------------------------- /Scripts/start_bluetoothctl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/start_bluetoothctl.sh -------------------------------------------------------------------------------- /Scripts/start_btmon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/start_btmon.sh -------------------------------------------------------------------------------- /Scripts/start_gpspipe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Scripts/start_gpspipe.sh -------------------------------------------------------------------------------- /Sniffle/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/LICENSE -------------------------------------------------------------------------------- /Sniffle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/README.md -------------------------------------------------------------------------------- /Sniffle/cc2538-bsl/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/cc2538-bsl/.gitignore -------------------------------------------------------------------------------- /Sniffle/cc2538-bsl/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/cc2538-bsl/.travis.yml -------------------------------------------------------------------------------- /Sniffle/cc2538-bsl/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/cc2538-bsl/LICENSE.md -------------------------------------------------------------------------------- /Sniffle/cc2538-bsl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/cc2538-bsl/README.md -------------------------------------------------------------------------------- /Sniffle/cc2538-bsl/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/cc2538-bsl/setup.py -------------------------------------------------------------------------------- /Sniffle/fw/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/.gitignore -------------------------------------------------------------------------------- /Sniffle/fw/AuxAdvScheduler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/AuxAdvScheduler.c -------------------------------------------------------------------------------- /Sniffle/fw/AuxAdvScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/AuxAdvScheduler.h -------------------------------------------------------------------------------- /Sniffle/fw/CommandTask.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/CommandTask.c -------------------------------------------------------------------------------- /Sniffle/fw/CommandTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/CommandTask.h -------------------------------------------------------------------------------- /Sniffle/fw/DelayHopTrigger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/DelayHopTrigger.c -------------------------------------------------------------------------------- /Sniffle/fw/DelayHopTrigger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/DelayHopTrigger.h -------------------------------------------------------------------------------- /Sniffle/fw/DelayStopTrigger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/DelayStopTrigger.c -------------------------------------------------------------------------------- /Sniffle/fw/DelayStopTrigger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/DelayStopTrigger.h -------------------------------------------------------------------------------- /Sniffle/fw/PacketTask.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/PacketTask.c -------------------------------------------------------------------------------- /Sniffle/fw/PacketTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/PacketTask.h -------------------------------------------------------------------------------- /Sniffle/fw/RFQueue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/RFQueue.c -------------------------------------------------------------------------------- /Sniffle/fw/RFQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/RFQueue.h -------------------------------------------------------------------------------- /Sniffle/fw/RadioTask.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/RadioTask.c -------------------------------------------------------------------------------- /Sniffle/fw/RadioTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/RadioTask.h -------------------------------------------------------------------------------- /Sniffle/fw/RadioWrapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/RadioWrapper.c -------------------------------------------------------------------------------- /Sniffle/fw/RadioWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/RadioWrapper.h -------------------------------------------------------------------------------- /Sniffle/fw/TXQueue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/TXQueue.c -------------------------------------------------------------------------------- /Sniffle/fw/TXQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/TXQueue.h -------------------------------------------------------------------------------- /Sniffle/fw/adv_header_cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/adv_header_cache.c -------------------------------------------------------------------------------- /Sniffle/fw/adv_header_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/adv_header_cache.h -------------------------------------------------------------------------------- /Sniffle/fw/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/base64.c -------------------------------------------------------------------------------- /Sniffle/fw/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/base64.h -------------------------------------------------------------------------------- /Sniffle/fw/ccxml/CC1352P7.ccxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/ccxml/CC1352P7.ccxml -------------------------------------------------------------------------------- /Sniffle/fw/ccxml/CC2651P3.ccxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/ccxml/CC2651P3.ccxml -------------------------------------------------------------------------------- /Sniffle/fw/ccxml/CC2652R1F.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/ccxml/CC2652R1F.dat -------------------------------------------------------------------------------- /Sniffle/fw/ccxml/CC2652R7.ccxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/ccxml/CC2652R7.ccxml -------------------------------------------------------------------------------- /Sniffle/fw/conf_queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/conf_queue.c -------------------------------------------------------------------------------- /Sniffle/fw/conf_queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/conf_queue.h -------------------------------------------------------------------------------- /Sniffle/fw/csa2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/csa2.c -------------------------------------------------------------------------------- /Sniffle/fw/csa2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/csa2.h -------------------------------------------------------------------------------- /Sniffle/fw/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/debug.c -------------------------------------------------------------------------------- /Sniffle/fw/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/debug.h -------------------------------------------------------------------------------- /Sniffle/fw/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/main.c -------------------------------------------------------------------------------- /Sniffle/fw/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/makefile -------------------------------------------------------------------------------- /Sniffle/fw/measurements.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/measurements.c -------------------------------------------------------------------------------- /Sniffle/fw/measurements.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/measurements.h -------------------------------------------------------------------------------- /Sniffle/fw/messenger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/messenger.c -------------------------------------------------------------------------------- /Sniffle/fw/messenger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/messenger.h -------------------------------------------------------------------------------- /Sniffle/fw/rpa_resolver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/rpa_resolver.c -------------------------------------------------------------------------------- /Sniffle/fw/rpa_resolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/rpa_resolver.h -------------------------------------------------------------------------------- /Sniffle/fw/sniffle.syscfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/sniffle.syscfg -------------------------------------------------------------------------------- /Sniffle/fw/sniffle_overrides.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/sniffle_overrides.h -------------------------------------------------------------------------------- /Sniffle/fw/sw_aes128.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/sw_aes128.c -------------------------------------------------------------------------------- /Sniffle/fw/sw_aes128.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/fw/sw_aes128.h -------------------------------------------------------------------------------- /Sniffle/python_cli/.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | *.pyo 3 | -------------------------------------------------------------------------------- /Sniffle/python_cli/initiator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/python_cli/initiator.py -------------------------------------------------------------------------------- /Sniffle/python_cli/reset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/python_cli/reset.py -------------------------------------------------------------------------------- /Sniffle/python_cli/scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/python_cli/scanner.py -------------------------------------------------------------------------------- /Sniffle/python_cli/sniffle/advdata/__init__.py: -------------------------------------------------------------------------------- 1 | __all__ = [ 2 | "decoder" 3 | ] 4 | -------------------------------------------------------------------------------- /Sniffle/python_cli/sniffle_extcap.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | python.exe "%~dp0sniffle_extcap.py" %* -------------------------------------------------------------------------------- /Sniffle/python_cli/uart_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/Sniffle/python_cli/uart_test.py -------------------------------------------------------------------------------- /bluez-5.66/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/AUTHORS -------------------------------------------------------------------------------- /bluez-5.66/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/COPYING -------------------------------------------------------------------------------- /bluez-5.66/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/COPYING.LIB -------------------------------------------------------------------------------- /bluez-5.66/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ChangeLog -------------------------------------------------------------------------------- /bluez-5.66/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/INSTALL -------------------------------------------------------------------------------- /bluez-5.66/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/Makefile.in -------------------------------------------------------------------------------- /bluez-5.66/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/README -------------------------------------------------------------------------------- /bluez-5.66/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/TODO -------------------------------------------------------------------------------- /bluez-5.66/acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/acinclude.m4 -------------------------------------------------------------------------------- /bluez-5.66/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/aclocal.m4 -------------------------------------------------------------------------------- /bluez-5.66/android/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/Android.mk -------------------------------------------------------------------------------- /bluez-5.66/android/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/Makefile.am -------------------------------------------------------------------------------- /bluez-5.66/android/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/README -------------------------------------------------------------------------------- /bluez-5.66/android/a2dp-sink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/a2dp-sink.c -------------------------------------------------------------------------------- /bluez-5.66/android/a2dp-sink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/a2dp-sink.h -------------------------------------------------------------------------------- /bluez-5.66/android/a2dp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/a2dp.c -------------------------------------------------------------------------------- /bluez-5.66/android/a2dp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/a2dp.h -------------------------------------------------------------------------------- /bluez-5.66/android/audio-msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/audio-msg.h -------------------------------------------------------------------------------- /bluez-5.66/android/avctp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/avctp.c -------------------------------------------------------------------------------- /bluez-5.66/android/avctp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/avctp.h -------------------------------------------------------------------------------- /bluez-5.66/android/avdtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/avdtp.c -------------------------------------------------------------------------------- /bluez-5.66/android/avdtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/avdtp.h -------------------------------------------------------------------------------- /bluez-5.66/android/avdtptest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/avdtptest.c -------------------------------------------------------------------------------- /bluez-5.66/android/avrcp-lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/avrcp-lib.c -------------------------------------------------------------------------------- /bluez-5.66/android/avrcp-lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/avrcp-lib.h -------------------------------------------------------------------------------- /bluez-5.66/android/avrcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/avrcp.c -------------------------------------------------------------------------------- /bluez-5.66/android/avrcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/avrcp.h -------------------------------------------------------------------------------- /bluez-5.66/android/bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/bluetooth.c -------------------------------------------------------------------------------- /bluez-5.66/android/bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/bluetooth.h -------------------------------------------------------------------------------- /bluez-5.66/android/cts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/cts.txt -------------------------------------------------------------------------------- /bluez-5.66/android/gatt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/gatt.c -------------------------------------------------------------------------------- /bluez-5.66/android/gatt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/gatt.h -------------------------------------------------------------------------------- /bluez-5.66/android/hal-a2dp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-a2dp.c -------------------------------------------------------------------------------- /bluez-5.66/android/hal-audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-audio.c -------------------------------------------------------------------------------- /bluez-5.66/android/hal-audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-audio.h -------------------------------------------------------------------------------- /bluez-5.66/android/hal-avrcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-avrcp.c -------------------------------------------------------------------------------- /bluez-5.66/android/hal-gatt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-gatt.c -------------------------------------------------------------------------------- /bluez-5.66/android/hal-health.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-health.c -------------------------------------------------------------------------------- /bluez-5.66/android/hal-ipc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-ipc.c -------------------------------------------------------------------------------- /bluez-5.66/android/hal-ipc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-ipc.h -------------------------------------------------------------------------------- /bluez-5.66/android/hal-log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-log.h -------------------------------------------------------------------------------- /bluez-5.66/android/hal-msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-msg.h -------------------------------------------------------------------------------- /bluez-5.66/android/hal-pan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-pan.c -------------------------------------------------------------------------------- /bluez-5.66/android/hal-sco.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-sco.c -------------------------------------------------------------------------------- /bluez-5.66/android/hal-socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-socket.c -------------------------------------------------------------------------------- /bluez-5.66/android/hal-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-utils.c -------------------------------------------------------------------------------- /bluez-5.66/android/hal-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal-utils.h -------------------------------------------------------------------------------- /bluez-5.66/android/hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hal.h -------------------------------------------------------------------------------- /bluez-5.66/android/handsfree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/handsfree.c -------------------------------------------------------------------------------- /bluez-5.66/android/handsfree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/handsfree.h -------------------------------------------------------------------------------- /bluez-5.66/android/health.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/health.c -------------------------------------------------------------------------------- /bluez-5.66/android/health.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/health.h -------------------------------------------------------------------------------- /bluez-5.66/android/hidhost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hidhost.c -------------------------------------------------------------------------------- /bluez-5.66/android/hidhost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/hidhost.h -------------------------------------------------------------------------------- /bluez-5.66/android/ipc-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/ipc-common.h -------------------------------------------------------------------------------- /bluez-5.66/android/ipc-tester.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/ipc-tester.c -------------------------------------------------------------------------------- /bluez-5.66/android/ipc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/ipc.c -------------------------------------------------------------------------------- /bluez-5.66/android/ipc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/ipc.h -------------------------------------------------------------------------------- /bluez-5.66/android/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/log.c -------------------------------------------------------------------------------- /bluez-5.66/android/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/main.c -------------------------------------------------------------------------------- /bluez-5.66/android/map-client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/map-client.c -------------------------------------------------------------------------------- /bluez-5.66/android/map-client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/map-client.h -------------------------------------------------------------------------------- /bluez-5.66/android/pan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pan.c -------------------------------------------------------------------------------- /bluez-5.66/android/pan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pan.h -------------------------------------------------------------------------------- /bluez-5.66/android/pics-did.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-did.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-dis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-dis.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-gap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-gap.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-hdp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-hdp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-hfp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-hfp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-hid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-hid.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-hsp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-hsp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-map.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-mps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-mps.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-opp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-opp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-pan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-pan.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-sdp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-sdp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-sm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-sm.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pics-spp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pics-spp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pixit-sm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pixit-sm.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-a2dp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-a2dp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-bnep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-bnep.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-did.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-did.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-dis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-dis.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-gap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-gap.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-gatt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-gatt.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-hdp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-hdp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-hfp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-hfp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-hid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-hid.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-hogp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-hogp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-hsp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-hsp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-iopt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-iopt.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-map.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-mcap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-mcap.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-mps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-mps.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-opp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-opp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-pan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-pan.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-pbap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-pbap.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-scpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-scpp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-sdp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-sdp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-sm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-sm.txt -------------------------------------------------------------------------------- /bluez-5.66/android/pts-spp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/pts-spp.txt -------------------------------------------------------------------------------- /bluez-5.66/android/sco-msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/sco-msg.h -------------------------------------------------------------------------------- /bluez-5.66/android/sco.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/sco.c -------------------------------------------------------------------------------- /bluez-5.66/android/sco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/sco.h -------------------------------------------------------------------------------- /bluez-5.66/android/socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/socket.c -------------------------------------------------------------------------------- /bluez-5.66/android/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/socket.h -------------------------------------------------------------------------------- /bluez-5.66/android/test-ipc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/test-ipc.c -------------------------------------------------------------------------------- /bluez-5.66/android/tester-hdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/tester-hdp.c -------------------------------------------------------------------------------- /bluez-5.66/android/tester-pan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/tester-pan.c -------------------------------------------------------------------------------- /bluez-5.66/android/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/android/utils.h -------------------------------------------------------------------------------- /bluez-5.66/attrib/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/attrib/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/attrib/att.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/attrib/att.c -------------------------------------------------------------------------------- /bluez-5.66/attrib/att.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/attrib/att.h -------------------------------------------------------------------------------- /bluez-5.66/attrib/gatt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/attrib/gatt.c -------------------------------------------------------------------------------- /bluez-5.66/attrib/gatt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/attrib/gatt.h -------------------------------------------------------------------------------- /bluez-5.66/attrib/gattrib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/attrib/gattrib.c -------------------------------------------------------------------------------- /bluez-5.66/attrib/gattrib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/attrib/gattrib.h -------------------------------------------------------------------------------- /bluez-5.66/attrib/gatttool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/attrib/gatttool.c -------------------------------------------------------------------------------- /bluez-5.66/attrib/gatttool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/attrib/gatttool.h -------------------------------------------------------------------------------- /bluez-5.66/attrib/interactive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/attrib/interactive.c -------------------------------------------------------------------------------- /bluez-5.66/attrib/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/attrib/utils.c -------------------------------------------------------------------------------- /bluez-5.66/btio/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/btio/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/btio/btio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/btio/btio.c -------------------------------------------------------------------------------- /bluez-5.66/btio/btio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/btio/btio.h -------------------------------------------------------------------------------- /bluez-5.66/client/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/client/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/client/admin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/admin.c -------------------------------------------------------------------------------- /bluez-5.66/client/admin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/admin.h -------------------------------------------------------------------------------- /bluez-5.66/client/adv_monitor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/adv_monitor.c -------------------------------------------------------------------------------- /bluez-5.66/client/adv_monitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/adv_monitor.h -------------------------------------------------------------------------------- /bluez-5.66/client/advertising.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/advertising.c -------------------------------------------------------------------------------- /bluez-5.66/client/advertising.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/advertising.h -------------------------------------------------------------------------------- /bluez-5.66/client/agent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/agent.c -------------------------------------------------------------------------------- /bluez-5.66/client/agent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/agent.h -------------------------------------------------------------------------------- /bluez-5.66/client/display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/display.c -------------------------------------------------------------------------------- /bluez-5.66/client/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/display.h -------------------------------------------------------------------------------- /bluez-5.66/client/gatt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/gatt.c -------------------------------------------------------------------------------- /bluez-5.66/client/gatt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/gatt.h -------------------------------------------------------------------------------- /bluez-5.66/client/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/main.c -------------------------------------------------------------------------------- /bluez-5.66/client/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/player.c -------------------------------------------------------------------------------- /bluez-5.66/client/player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/client/player.h -------------------------------------------------------------------------------- /bluez-5.66/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/compile -------------------------------------------------------------------------------- /bluez-5.66/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/config.guess -------------------------------------------------------------------------------- /bluez-5.66/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/config.h -------------------------------------------------------------------------------- /bluez-5.66/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/config.h.in -------------------------------------------------------------------------------- /bluez-5.66/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/config.sub -------------------------------------------------------------------------------- /bluez-5.66/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/configure -------------------------------------------------------------------------------- /bluez-5.66/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/configure.ac -------------------------------------------------------------------------------- /bluez-5.66/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/depcomp -------------------------------------------------------------------------------- /bluez-5.66/doc/adapter-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/adapter-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/agent-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/agent-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/btsnoop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/btsnoop.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/device-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/device-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/gatt-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/gatt-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/health-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/health-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/input-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/input-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/media-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/media-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/mgmt-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/mgmt-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/network-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/network-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/obex-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/obex-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/pics-opp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/pics-opp.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/pixit-opp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/pixit-opp.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/profile-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/profile-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/pts-opp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/pts-opp.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/sap-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/sap-api.txt -------------------------------------------------------------------------------- /bluez-5.66/doc/test-runner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/doc/test-runner.txt -------------------------------------------------------------------------------- /bluez-5.66/ell/asn1-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/asn1-private.h -------------------------------------------------------------------------------- /bluez-5.66/ell/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/base64.c -------------------------------------------------------------------------------- /bluez-5.66/ell/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/base64.h -------------------------------------------------------------------------------- /bluez-5.66/ell/cert-crypto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/cert-crypto.c -------------------------------------------------------------------------------- /bluez-5.66/ell/cert-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/cert-private.h -------------------------------------------------------------------------------- /bluez-5.66/ell/cert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/cert.c -------------------------------------------------------------------------------- /bluez-5.66/ell/cert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/cert.h -------------------------------------------------------------------------------- /bluez-5.66/ell/checksum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/checksum.c -------------------------------------------------------------------------------- /bluez-5.66/ell/checksum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/checksum.h -------------------------------------------------------------------------------- /bluez-5.66/ell/cipher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/cipher.c -------------------------------------------------------------------------------- /bluez-5.66/ell/cipher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/cipher.h -------------------------------------------------------------------------------- /bluez-5.66/ell/cleanup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/cleanup.h -------------------------------------------------------------------------------- /bluez-5.66/ell/dbus-client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/dbus-client.c -------------------------------------------------------------------------------- /bluez-5.66/ell/dbus-client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/dbus-client.h -------------------------------------------------------------------------------- /bluez-5.66/ell/dbus-filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/dbus-filter.c -------------------------------------------------------------------------------- /bluez-5.66/ell/dbus-message.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/dbus-message.c -------------------------------------------------------------------------------- /bluez-5.66/ell/dbus-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/dbus-private.h -------------------------------------------------------------------------------- /bluez-5.66/ell/dbus-service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/dbus-service.c -------------------------------------------------------------------------------- /bluez-5.66/ell/dbus-service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/dbus-service.h -------------------------------------------------------------------------------- /bluez-5.66/ell/dbus-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/dbus-util.c -------------------------------------------------------------------------------- /bluez-5.66/ell/dbus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/dbus.c -------------------------------------------------------------------------------- /bluez-5.66/ell/dbus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/dbus.h -------------------------------------------------------------------------------- /bluez-5.66/ell/ecc-external.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/ecc-external.c -------------------------------------------------------------------------------- /bluez-5.66/ell/ecc-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/ecc-private.h -------------------------------------------------------------------------------- /bluez-5.66/ell/ecc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/ecc.c -------------------------------------------------------------------------------- /bluez-5.66/ell/ecc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/ecc.h -------------------------------------------------------------------------------- /bluez-5.66/ell/ecdh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/ecdh.c -------------------------------------------------------------------------------- /bluez-5.66/ell/ecdh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/ecdh.h -------------------------------------------------------------------------------- /bluez-5.66/ell/ell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/ell.h -------------------------------------------------------------------------------- /bluez-5.66/ell/gvariant-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/gvariant-util.c -------------------------------------------------------------------------------- /bluez-5.66/ell/hashmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/hashmap.c -------------------------------------------------------------------------------- /bluez-5.66/ell/hashmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/hashmap.h -------------------------------------------------------------------------------- /bluez-5.66/ell/idle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/idle.c -------------------------------------------------------------------------------- /bluez-5.66/ell/idle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/idle.h -------------------------------------------------------------------------------- /bluez-5.66/ell/internal: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/ell/io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/io.c -------------------------------------------------------------------------------- /bluez-5.66/ell/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/io.h -------------------------------------------------------------------------------- /bluez-5.66/ell/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/key.c -------------------------------------------------------------------------------- /bluez-5.66/ell/key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/key.h -------------------------------------------------------------------------------- /bluez-5.66/ell/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/log.c -------------------------------------------------------------------------------- /bluez-5.66/ell/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/log.h -------------------------------------------------------------------------------- /bluez-5.66/ell/main-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/main-private.h -------------------------------------------------------------------------------- /bluez-5.66/ell/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/main.c -------------------------------------------------------------------------------- /bluez-5.66/ell/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/main.h -------------------------------------------------------------------------------- /bluez-5.66/ell/missing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/missing.h -------------------------------------------------------------------------------- /bluez-5.66/ell/pem-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/pem-private.h -------------------------------------------------------------------------------- /bluez-5.66/ell/pem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/pem.c -------------------------------------------------------------------------------- /bluez-5.66/ell/pem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/pem.h -------------------------------------------------------------------------------- /bluez-5.66/ell/private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/private.h -------------------------------------------------------------------------------- /bluez-5.66/ell/queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/queue.c -------------------------------------------------------------------------------- /bluez-5.66/ell/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/queue.h -------------------------------------------------------------------------------- /bluez-5.66/ell/random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/random.c -------------------------------------------------------------------------------- /bluez-5.66/ell/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/random.h -------------------------------------------------------------------------------- /bluez-5.66/ell/settings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/settings.c -------------------------------------------------------------------------------- /bluez-5.66/ell/settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/settings.h -------------------------------------------------------------------------------- /bluez-5.66/ell/signal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/signal.c -------------------------------------------------------------------------------- /bluez-5.66/ell/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/signal.h -------------------------------------------------------------------------------- /bluez-5.66/ell/siphash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/siphash.c -------------------------------------------------------------------------------- /bluez-5.66/ell/string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/string.c -------------------------------------------------------------------------------- /bluez-5.66/ell/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/string.h -------------------------------------------------------------------------------- /bluez-5.66/ell/strv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/strv.c -------------------------------------------------------------------------------- /bluez-5.66/ell/strv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/strv.h -------------------------------------------------------------------------------- /bluez-5.66/ell/tester.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/tester.c -------------------------------------------------------------------------------- /bluez-5.66/ell/tester.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/tester.h -------------------------------------------------------------------------------- /bluez-5.66/ell/time-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/time-private.h -------------------------------------------------------------------------------- /bluez-5.66/ell/time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/time.c -------------------------------------------------------------------------------- /bluez-5.66/ell/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/time.h -------------------------------------------------------------------------------- /bluez-5.66/ell/timeout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/timeout.c -------------------------------------------------------------------------------- /bluez-5.66/ell/timeout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/timeout.h -------------------------------------------------------------------------------- /bluez-5.66/ell/tls-extensions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/tls-extensions.c -------------------------------------------------------------------------------- /bluez-5.66/ell/tls-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/tls-private.h -------------------------------------------------------------------------------- /bluez-5.66/ell/tls-record.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/tls-record.c -------------------------------------------------------------------------------- /bluez-5.66/ell/tls-suites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/tls-suites.c -------------------------------------------------------------------------------- /bluez-5.66/ell/tls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/tls.c -------------------------------------------------------------------------------- /bluez-5.66/ell/tls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/tls.h -------------------------------------------------------------------------------- /bluez-5.66/ell/useful.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/useful.h -------------------------------------------------------------------------------- /bluez-5.66/ell/utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/utf8.c -------------------------------------------------------------------------------- /bluez-5.66/ell/utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/utf8.h -------------------------------------------------------------------------------- /bluez-5.66/ell/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/util.c -------------------------------------------------------------------------------- /bluez-5.66/ell/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/util.h -------------------------------------------------------------------------------- /bluez-5.66/ell/uuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/uuid.c -------------------------------------------------------------------------------- /bluez-5.66/ell/uuid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ell/uuid.h -------------------------------------------------------------------------------- /bluez-5.66/emulator/amp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/amp.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/amp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/amp.h -------------------------------------------------------------------------------- /bluez-5.66/emulator/b1ee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/b1ee.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/btdev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/btdev.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/btdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/btdev.h -------------------------------------------------------------------------------- /bluez-5.66/emulator/bthost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/bthost.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/bthost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/bthost.h -------------------------------------------------------------------------------- /bluez-5.66/emulator/hciemu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/hciemu.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/hciemu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/hciemu.h -------------------------------------------------------------------------------- /bluez-5.66/emulator/hfp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/hfp.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/le.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/le.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/le.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/le.h -------------------------------------------------------------------------------- /bluez-5.66/emulator/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/main.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/phy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/phy.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/phy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/phy.h -------------------------------------------------------------------------------- /bluez-5.66/emulator/serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/serial.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/serial.h -------------------------------------------------------------------------------- /bluez-5.66/emulator/server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/server.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/server.h -------------------------------------------------------------------------------- /bluez-5.66/emulator/smp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/smp.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/vhci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/vhci.c -------------------------------------------------------------------------------- /bluez-5.66/emulator/vhci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/emulator/vhci.h -------------------------------------------------------------------------------- /bluez-5.66/gdbus/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/gdbus/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/gdbus/client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gdbus/client.c -------------------------------------------------------------------------------- /bluez-5.66/gdbus/gdbus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gdbus/gdbus.h -------------------------------------------------------------------------------- /bluez-5.66/gdbus/mainloop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gdbus/mainloop.c -------------------------------------------------------------------------------- /bluez-5.66/gdbus/object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gdbus/object.c -------------------------------------------------------------------------------- /bluez-5.66/gdbus/polkit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gdbus/polkit.c -------------------------------------------------------------------------------- /bluez-5.66/gdbus/watch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gdbus/watch.c -------------------------------------------------------------------------------- /bluez-5.66/gobex/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/gobex/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/gobex/gobex-debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gobex/gobex-debug.h -------------------------------------------------------------------------------- /bluez-5.66/gobex/gobex-defs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gobex/gobex-defs.c -------------------------------------------------------------------------------- /bluez-5.66/gobex/gobex-defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gobex/gobex-defs.h -------------------------------------------------------------------------------- /bluez-5.66/gobex/gobex-header.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gobex/gobex-header.c -------------------------------------------------------------------------------- /bluez-5.66/gobex/gobex-header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gobex/gobex-header.h -------------------------------------------------------------------------------- /bluez-5.66/gobex/gobex-packet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gobex/gobex-packet.c -------------------------------------------------------------------------------- /bluez-5.66/gobex/gobex-packet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gobex/gobex-packet.h -------------------------------------------------------------------------------- /bluez-5.66/gobex/gobex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gobex/gobex.c -------------------------------------------------------------------------------- /bluez-5.66/gobex/gobex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/gobex/gobex.h -------------------------------------------------------------------------------- /bluez-5.66/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/install-sh -------------------------------------------------------------------------------- /bluez-5.66/lib/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/lib/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/lib/a2mp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/a2mp.h -------------------------------------------------------------------------------- /bluez-5.66/lib/amp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/amp.h -------------------------------------------------------------------------------- /bluez-5.66/lib/bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/bluetooth.c -------------------------------------------------------------------------------- /bluez-5.66/lib/bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/bluetooth.h -------------------------------------------------------------------------------- /bluez-5.66/lib/bluez.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/bluez.pc -------------------------------------------------------------------------------- /bluez-5.66/lib/bluez.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/bluez.pc.in -------------------------------------------------------------------------------- /bluez-5.66/lib/bnep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/bnep.h -------------------------------------------------------------------------------- /bluez-5.66/lib/cmtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/cmtp.h -------------------------------------------------------------------------------- /bluez-5.66/lib/hci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/hci.c -------------------------------------------------------------------------------- /bluez-5.66/lib/hci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/hci.h -------------------------------------------------------------------------------- /bluez-5.66/lib/hci_lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/hci_lib.h -------------------------------------------------------------------------------- /bluez-5.66/lib/hidp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/hidp.h -------------------------------------------------------------------------------- /bluez-5.66/lib/iso.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/iso.h -------------------------------------------------------------------------------- /bluez-5.66/lib/l2cap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/l2cap.h -------------------------------------------------------------------------------- /bluez-5.66/lib/mgmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/mgmt.h -------------------------------------------------------------------------------- /bluez-5.66/lib/rfcomm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/rfcomm.h -------------------------------------------------------------------------------- /bluez-5.66/lib/sco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/sco.h -------------------------------------------------------------------------------- /bluez-5.66/lib/sdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/sdp.c -------------------------------------------------------------------------------- /bluez-5.66/lib/sdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/sdp.h -------------------------------------------------------------------------------- /bluez-5.66/lib/sdp_lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/sdp_lib.h -------------------------------------------------------------------------------- /bluez-5.66/lib/uuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/uuid.c -------------------------------------------------------------------------------- /bluez-5.66/lib/uuid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/lib/uuid.h -------------------------------------------------------------------------------- /bluez-5.66/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/ltmain.sh -------------------------------------------------------------------------------- /bluez-5.66/mesh/agent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/agent.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/agent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/agent.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/appkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/appkey.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/appkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/appkey.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/cfgmod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/cfgmod.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/crypto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/crypto.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/crypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/crypto.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/dbus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/dbus.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/dbus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/dbus.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/error.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/friend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/friend.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/friend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/friend.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/keyring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/keyring.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/keyring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/keyring.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/main.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/manager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/manager.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/manager.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/mesh-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/mesh-config.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/mesh-defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/mesh-defs.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/mesh-io-api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/mesh-io-api.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/mesh-io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/mesh-io.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/mesh-io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/mesh-io.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/mesh-mgmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/mesh-mgmt.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/mesh-mgmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/mesh-mgmt.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/mesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/mesh.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/mesh.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/model.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/model.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/net-keys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/net-keys.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/net-keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/net-keys.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/net.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/net.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/net.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/node.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/node.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/node.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/pb-adv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/pb-adv.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/pb-adv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/pb-adv.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/prov.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/prov.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/provision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/provision.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/rpl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/rpl.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/rpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/rpl.h -------------------------------------------------------------------------------- /bluez-5.66/mesh/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/util.c -------------------------------------------------------------------------------- /bluez-5.66/mesh/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/mesh/util.h -------------------------------------------------------------------------------- /bluez-5.66/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/missing -------------------------------------------------------------------------------- /bluez-5.66/monitor/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/monitor/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/monitor/a2dp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/a2dp.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/a2dp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/a2dp.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/analyze.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/analyze.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/analyze.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/analyze.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/att.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/att.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/att.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/att.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/avctp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/avctp.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/avctp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/avctp.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/avdtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/avdtp.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/avdtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/avdtp.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/bnep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/bnep.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/bnep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/bnep.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/broadcom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/broadcom.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/broadcom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/broadcom.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/bt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/bt.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/btmon.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/btmon.rst -------------------------------------------------------------------------------- /bluez-5.66/monitor/control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/control.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/control.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/crc.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/crc.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/display.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/display.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/ellisys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/ellisys.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/ellisys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/ellisys.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/emulator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/emulator.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/hcidump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/hcidump.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/hcidump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/hcidump.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/hwdb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/hwdb.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/hwdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/hwdb.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/intel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/intel.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/intel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/intel.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/jlink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/jlink.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/jlink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/jlink.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/keys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/keys.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/keys.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/l2cap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/l2cap.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/l2cap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/l2cap.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/ll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/ll.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/ll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/ll.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/lmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/lmp.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/lmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/lmp.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/main.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/msft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/msft.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/msft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/msft.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/packet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/packet.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/packet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/packet.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/rfcomm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/rfcomm.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/rfcomm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/rfcomm.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/sdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/sdp.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/sdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/sdp.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/tty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/tty.h -------------------------------------------------------------------------------- /bluez-5.66/monitor/vendor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/vendor.c -------------------------------------------------------------------------------- /bluez-5.66/monitor/vendor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/monitor/vendor.h -------------------------------------------------------------------------------- /bluez-5.66/obexd/client/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/obexd/client/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/obexd/client/ftp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/client/ftp.c -------------------------------------------------------------------------------- /bluez-5.66/obexd/client/ftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/client/ftp.h -------------------------------------------------------------------------------- /bluez-5.66/obexd/client/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/client/map.c -------------------------------------------------------------------------------- /bluez-5.66/obexd/client/map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/client/map.h -------------------------------------------------------------------------------- /bluez-5.66/obexd/client/mns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/client/mns.c -------------------------------------------------------------------------------- /bluez-5.66/obexd/client/opp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/client/opp.c -------------------------------------------------------------------------------- /bluez-5.66/obexd/client/opp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/client/opp.h -------------------------------------------------------------------------------- /bluez-5.66/obexd/plugins/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/obexd/plugins/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/src/log.c -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/src/log.h -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/src/main.c -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/map_ap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/src/map_ap.h -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/obex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/src/obex.c -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/obex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/src/obex.h -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/obexd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/src/obexd.h -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/plugin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/src/plugin.c -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/plugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/src/plugin.h -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/src/server.c -------------------------------------------------------------------------------- /bluez-5.66/obexd/src/server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/obexd/src/server.h -------------------------------------------------------------------------------- /bluez-5.66/peripheral/gap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/peripheral/gap.c -------------------------------------------------------------------------------- /bluez-5.66/peripheral/gap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/peripheral/gap.h -------------------------------------------------------------------------------- /bluez-5.66/peripheral/gatt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/peripheral/gatt.c -------------------------------------------------------------------------------- /bluez-5.66/peripheral/gatt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/peripheral/gatt.h -------------------------------------------------------------------------------- /bluez-5.66/peripheral/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/peripheral/log.c -------------------------------------------------------------------------------- /bluez-5.66/peripheral/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/peripheral/log.h -------------------------------------------------------------------------------- /bluez-5.66/peripheral/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/peripheral/main.c -------------------------------------------------------------------------------- /bluez-5.66/plugins/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/plugins/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/plugins/admin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/plugins/admin.c -------------------------------------------------------------------------------- /bluez-5.66/plugins/autopair.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/plugins/autopair.c -------------------------------------------------------------------------------- /bluez-5.66/plugins/hostname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/plugins/hostname.c -------------------------------------------------------------------------------- /bluez-5.66/plugins/neard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/plugins/neard.c -------------------------------------------------------------------------------- /bluez-5.66/plugins/policy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/plugins/policy.c -------------------------------------------------------------------------------- /bluez-5.66/plugins/sixaxis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/plugins/sixaxis.c -------------------------------------------------------------------------------- /bluez-5.66/plugins/wiimote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/plugins/wiimote.c -------------------------------------------------------------------------------- /bluez-5.66/profiles/audio/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/audio/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/battery/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/battery/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/cups/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/cups/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/deviceinfo/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/deviceinfo/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/gap/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/gap/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/gap/gas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/profiles/gap/gas.c -------------------------------------------------------------------------------- /bluez-5.66/profiles/health/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/health/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/iap/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/iap/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/input/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/input/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/network/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/network/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/sap/sap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/profiles/sap/sap.h -------------------------------------------------------------------------------- /bluez-5.66/profiles/scanparam/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/profiles/scanparam/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/src/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/src/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/src/adapter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/adapter.c -------------------------------------------------------------------------------- /bluez-5.66/src/adapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/adapter.h -------------------------------------------------------------------------------- /bluez-5.66/src/adv_monitor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/adv_monitor.c -------------------------------------------------------------------------------- /bluez-5.66/src/adv_monitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/adv_monitor.h -------------------------------------------------------------------------------- /bluez-5.66/src/advertising.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/advertising.c -------------------------------------------------------------------------------- /bluez-5.66/src/advertising.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/advertising.h -------------------------------------------------------------------------------- /bluez-5.66/src/agent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/agent.c -------------------------------------------------------------------------------- /bluez-5.66/src/agent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/agent.h -------------------------------------------------------------------------------- /bluez-5.66/src/backtrace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/backtrace.c -------------------------------------------------------------------------------- /bluez-5.66/src/backtrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/backtrace.h -------------------------------------------------------------------------------- /bluez-5.66/src/battery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/battery.c -------------------------------------------------------------------------------- /bluez-5.66/src/battery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/battery.h -------------------------------------------------------------------------------- /bluez-5.66/src/bluetooth.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/bluetooth.conf -------------------------------------------------------------------------------- /bluez-5.66/src/bluetooth.ver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/bluetooth.ver -------------------------------------------------------------------------------- /bluez-5.66/src/bluetoothd.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/bluetoothd.rst -------------------------------------------------------------------------------- /bluez-5.66/src/btd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/btd.h -------------------------------------------------------------------------------- /bluez-5.66/src/dbus-common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/dbus-common.c -------------------------------------------------------------------------------- /bluez-5.66/src/dbus-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/dbus-common.h -------------------------------------------------------------------------------- /bluez-5.66/src/device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/device.c -------------------------------------------------------------------------------- /bluez-5.66/src/device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/device.h -------------------------------------------------------------------------------- /bluez-5.66/src/eir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/eir.c -------------------------------------------------------------------------------- /bluez-5.66/src/eir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/eir.h -------------------------------------------------------------------------------- /bluez-5.66/src/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/error.c -------------------------------------------------------------------------------- /bluez-5.66/src/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/error.h -------------------------------------------------------------------------------- /bluez-5.66/src/gatt-client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/gatt-client.c -------------------------------------------------------------------------------- /bluez-5.66/src/gatt-client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/gatt-client.h -------------------------------------------------------------------------------- /bluez-5.66/src/genbuiltin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/genbuiltin -------------------------------------------------------------------------------- /bluez-5.66/src/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/log.c -------------------------------------------------------------------------------- /bluez-5.66/src/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/log.h -------------------------------------------------------------------------------- /bluez-5.66/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/main.c -------------------------------------------------------------------------------- /bluez-5.66/src/main.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/main.conf -------------------------------------------------------------------------------- /bluez-5.66/src/oui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/oui.c -------------------------------------------------------------------------------- /bluez-5.66/src/oui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/oui.h -------------------------------------------------------------------------------- /bluez-5.66/src/plugin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/plugin.c -------------------------------------------------------------------------------- /bluez-5.66/src/plugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/plugin.h -------------------------------------------------------------------------------- /bluez-5.66/src/profile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/profile.c -------------------------------------------------------------------------------- /bluez-5.66/src/profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/profile.h -------------------------------------------------------------------------------- /bluez-5.66/src/rfkill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/rfkill.c -------------------------------------------------------------------------------- /bluez-5.66/src/sdp-client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/sdp-client.c -------------------------------------------------------------------------------- /bluez-5.66/src/sdp-client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/sdp-client.h -------------------------------------------------------------------------------- /bluez-5.66/src/sdp-xml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/sdp-xml.c -------------------------------------------------------------------------------- /bluez-5.66/src/sdp-xml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/sdp-xml.h -------------------------------------------------------------------------------- /bluez-5.66/src/sdpd-request.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/sdpd-request.c -------------------------------------------------------------------------------- /bluez-5.66/src/sdpd-server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/sdpd-server.c -------------------------------------------------------------------------------- /bluez-5.66/src/sdpd-service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/sdpd-service.c -------------------------------------------------------------------------------- /bluez-5.66/src/sdpd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/sdpd.h -------------------------------------------------------------------------------- /bluez-5.66/src/service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/service.c -------------------------------------------------------------------------------- /bluez-5.66/src/service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/service.h -------------------------------------------------------------------------------- /bluez-5.66/src/settings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/settings.c -------------------------------------------------------------------------------- /bluez-5.66/src/settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/settings.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/src/shared/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/src/shared/ad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/ad.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/ad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/ad.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/ascs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/ascs.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/att.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/att.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/att.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/att.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/bap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/bap.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/bap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/bap.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/btp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/btp.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/btp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/btp.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/ecc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/ecc.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/ecc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/ecc.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/gap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/gap.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/gap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/gap.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/hci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/hci.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/hci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/hci.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/hfp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/hfp.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/hfp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/hfp.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/io.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/lc3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/lc3.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/log.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/log.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/mcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/mcp.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/mcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/mcp.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/mcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/mcs.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/mgmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/mgmt.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/mgmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/mgmt.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/pcap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/pcap.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/pcap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/pcap.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/queue.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/queue.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/shell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/shell.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/shell.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/tty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/tty.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/uhid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/uhid.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/uhid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/uhid.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/util.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/util.h -------------------------------------------------------------------------------- /bluez-5.66/src/shared/vcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/vcp.c -------------------------------------------------------------------------------- /bluez-5.66/src/shared/vcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/shared/vcp.h -------------------------------------------------------------------------------- /bluez-5.66/src/storage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/storage.c -------------------------------------------------------------------------------- /bluez-5.66/src/storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/storage.h -------------------------------------------------------------------------------- /bluez-5.66/src/textfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/textfile.c -------------------------------------------------------------------------------- /bluez-5.66/src/textfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/textfile.h -------------------------------------------------------------------------------- /bluez-5.66/src/uuid-helper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/uuid-helper.c -------------------------------------------------------------------------------- /bluez-5.66/src/uuid-helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/src/uuid-helper.h -------------------------------------------------------------------------------- /bluez-5.66/stamp-h1: -------------------------------------------------------------------------------- 1 | timestamp for config.h 2 | -------------------------------------------------------------------------------- /bluez-5.66/test-driver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test-driver -------------------------------------------------------------------------------- /bluez-5.66/test/agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/agent.py -------------------------------------------------------------------------------- /bluez-5.66/test/bluezutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/bluezutils.py -------------------------------------------------------------------------------- /bluez-5.66/test/dbusdef.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/dbusdef.py -------------------------------------------------------------------------------- /bluez-5.66/test/ftp-client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/ftp-client -------------------------------------------------------------------------------- /bluez-5.66/test/list-devices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/list-devices -------------------------------------------------------------------------------- /bluez-5.66/test/map-client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/map-client -------------------------------------------------------------------------------- /bluez-5.66/test/opp-client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/opp-client -------------------------------------------------------------------------------- /bluez-5.66/test/pbap-client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/pbap-client -------------------------------------------------------------------------------- /bluez-5.66/test/sap_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/sap_client.py -------------------------------------------------------------------------------- /bluez-5.66/test/simple-agent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/simple-agent -------------------------------------------------------------------------------- /bluez-5.66/test/simple-player: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/simple-player -------------------------------------------------------------------------------- /bluez-5.66/test/test-adapter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/test-adapter -------------------------------------------------------------------------------- /bluez-5.66/test/test-device: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/test-device -------------------------------------------------------------------------------- /bluez-5.66/test/test-health: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/test-health -------------------------------------------------------------------------------- /bluez-5.66/test/test-hfp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/test-hfp -------------------------------------------------------------------------------- /bluez-5.66/test/test-manager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/test-manager -------------------------------------------------------------------------------- /bluez-5.66/test/test-mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/test-mesh -------------------------------------------------------------------------------- /bluez-5.66/test/test-nap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/test-nap -------------------------------------------------------------------------------- /bluez-5.66/test/test-network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/test-network -------------------------------------------------------------------------------- /bluez-5.66/test/test-profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/test/test-profile -------------------------------------------------------------------------------- /bluez-5.66/tools/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/tools/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/tools/3dsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/3dsp.c -------------------------------------------------------------------------------- /bluez-5.66/tools/advtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/advtest.c -------------------------------------------------------------------------------- /bluez-5.66/tools/amptest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/amptest.c -------------------------------------------------------------------------------- /bluez-5.66/tools/avinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/avinfo.c -------------------------------------------------------------------------------- /bluez-5.66/tools/avtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/avtest.c -------------------------------------------------------------------------------- /bluez-5.66/tools/bcmfw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/bcmfw.c -------------------------------------------------------------------------------- /bluez-5.66/tools/bdaddr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/bdaddr.c -------------------------------------------------------------------------------- /bluez-5.66/tools/bdaddr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/bdaddr.rst -------------------------------------------------------------------------------- /bluez-5.66/tools/bluemoon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/bluemoon.c -------------------------------------------------------------------------------- /bluez-5.66/tools/bneptest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/bneptest.c -------------------------------------------------------------------------------- /bluez-5.66/tools/btattach.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/btattach.c -------------------------------------------------------------------------------- /bluez-5.66/tools/btattach.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/btattach.rst -------------------------------------------------------------------------------- /bluez-5.66/tools/btconfig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/btconfig.c -------------------------------------------------------------------------------- /bluez-5.66/tools/btinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/btinfo.c -------------------------------------------------------------------------------- /bluez-5.66/tools/btiotest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/btiotest.c -------------------------------------------------------------------------------- /bluez-5.66/tools/btmgmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/btmgmt.c -------------------------------------------------------------------------------- /bluez-5.66/tools/btpclient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/btpclient.c -------------------------------------------------------------------------------- /bluez-5.66/tools/btproxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/btproxy.c -------------------------------------------------------------------------------- /bluez-5.66/tools/btsnoop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/btsnoop.c -------------------------------------------------------------------------------- /bluez-5.66/tools/ciptool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/ciptool.c -------------------------------------------------------------------------------- /bluez-5.66/tools/ciptool.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/ciptool.rst -------------------------------------------------------------------------------- /bluez-5.66/tools/cltest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/cltest.c -------------------------------------------------------------------------------- /bluez-5.66/tools/eddystone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/eddystone.c -------------------------------------------------------------------------------- /bluez-5.66/tools/gap-tester.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/gap-tester.c -------------------------------------------------------------------------------- /bluez-5.66/tools/hci-tester.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hci-tester.c -------------------------------------------------------------------------------- /bluez-5.66/tools/hciattach.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hciattach.c -------------------------------------------------------------------------------- /bluez-5.66/tools/hciattach.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hciattach.h -------------------------------------------------------------------------------- /bluez-5.66/tools/hciconfig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hciconfig.c -------------------------------------------------------------------------------- /bluez-5.66/tools/hcidump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hcidump.c -------------------------------------------------------------------------------- /bluez-5.66/tools/hcidump.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hcidump.rst -------------------------------------------------------------------------------- /bluez-5.66/tools/hcitool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hcitool.c -------------------------------------------------------------------------------- /bluez-5.66/tools/hcitool.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hcitool.rst -------------------------------------------------------------------------------- /bluez-5.66/tools/hex2hcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hex2hcd.c -------------------------------------------------------------------------------- /bluez-5.66/tools/hid2hci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hid2hci.c -------------------------------------------------------------------------------- /bluez-5.66/tools/hid2hci.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hid2hci.rst -------------------------------------------------------------------------------- /bluez-5.66/tools/hwdb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/hwdb.c -------------------------------------------------------------------------------- /bluez-5.66/tools/ibeacon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/ibeacon.c -------------------------------------------------------------------------------- /bluez-5.66/tools/iso-tester.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/iso-tester.c -------------------------------------------------------------------------------- /bluez-5.66/tools/isotest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/isotest.c -------------------------------------------------------------------------------- /bluez-5.66/tools/isotest.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/isotest.rst -------------------------------------------------------------------------------- /bluez-5.66/tools/l2ping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/l2ping.c -------------------------------------------------------------------------------- /bluez-5.66/tools/l2ping.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/l2ping.rst -------------------------------------------------------------------------------- /bluez-5.66/tools/l2test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/l2test.c -------------------------------------------------------------------------------- /bluez-5.66/tools/mcaptest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/mcaptest.c -------------------------------------------------------------------------------- /bluez-5.66/tools/mesh/agent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/mesh/agent.c -------------------------------------------------------------------------------- /bluez-5.66/tools/mesh/agent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/mesh/agent.h -------------------------------------------------------------------------------- /bluez-5.66/tools/mesh/keys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/mesh/keys.c -------------------------------------------------------------------------------- /bluez-5.66/tools/mesh/keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/mesh/keys.h -------------------------------------------------------------------------------- /bluez-5.66/tools/mesh/model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/mesh/model.h -------------------------------------------------------------------------------- /bluez-5.66/tools/mesh/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/mesh/util.c -------------------------------------------------------------------------------- /bluez-5.66/tools/mesh/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/mesh/util.h -------------------------------------------------------------------------------- /bluez-5.66/tools/meshctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/meshctl.c -------------------------------------------------------------------------------- /bluez-5.66/tools/nokfw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/nokfw.c -------------------------------------------------------------------------------- /bluez-5.66/tools/obexctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/obexctl.c -------------------------------------------------------------------------------- /bluez-5.66/tools/oobtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/oobtest.c -------------------------------------------------------------------------------- /bluez-5.66/tools/parse8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parse8.py -------------------------------------------------------------------------------- /bluez-5.66/tools/parseme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parseme.xml -------------------------------------------------------------------------------- /bluez-5.66/tools/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser.py -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/.deps/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/amp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser/amp.c -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/att.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser/att.c -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/bpa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser/bpa.c -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/csr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser/csr.c -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/hci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser/hci.c -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/lmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser/lmp.c -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/ppp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser/ppp.c -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/sap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser/sap.c -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/sdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser/sdp.c -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/sdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser/sdp.h -------------------------------------------------------------------------------- /bluez-5.66/tools/parser/smp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser/smp.c -------------------------------------------------------------------------------- /bluez-5.66/tools/parser10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser10.py -------------------------------------------------------------------------------- /bluez-5.66/tools/parser2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser2.py -------------------------------------------------------------------------------- /bluez-5.66/tools/parser3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser3.py -------------------------------------------------------------------------------- /bluez-5.66/tools/parser4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser4.py -------------------------------------------------------------------------------- /bluez-5.66/tools/parser5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser5.py -------------------------------------------------------------------------------- /bluez-5.66/tools/parser6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser6.py -------------------------------------------------------------------------------- /bluez-5.66/tools/parser7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser7.py -------------------------------------------------------------------------------- /bluez-5.66/tools/parser9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/parser9.py -------------------------------------------------------------------------------- /bluez-5.66/tools/rctest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/rctest.c -------------------------------------------------------------------------------- /bluez-5.66/tools/rctest.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/rctest.rst -------------------------------------------------------------------------------- /bluez-5.66/tools/rfcomm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/rfcomm.c -------------------------------------------------------------------------------- /bluez-5.66/tools/rfcomm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/rfcomm.rst -------------------------------------------------------------------------------- /bluez-5.66/tools/rtlfw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/rtlfw.c -------------------------------------------------------------------------------- /bluez-5.66/tools/sco-tester.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/sco-tester.c -------------------------------------------------------------------------------- /bluez-5.66/tools/scotest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/scotest.c -------------------------------------------------------------------------------- /bluez-5.66/tools/sdptool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/sdptool.c -------------------------------------------------------------------------------- /bluez-5.66/tools/sdptool.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/sdptool.rst -------------------------------------------------------------------------------- /bluez-5.66/tools/seq2bseq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/seq2bseq.c -------------------------------------------------------------------------------- /bluez-5.66/tools/smp-tester.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/tools/smp-tester.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-avctp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-avctp.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-avdtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-avdtp.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-avrcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-avrcp.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-crc.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-crypto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-crypto.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-ecc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-ecc.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-eir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-eir.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-gatt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-gatt.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-gobex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-gobex.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-hfp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-hfp.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-hog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-hog.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-lib.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-mgmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-mgmt.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-midi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-midi.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-queue.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-sdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-sdp.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-tester.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-tester.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-uhid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-uhid.c -------------------------------------------------------------------------------- /bluez-5.66/unit/test-uuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/test-uuid.c -------------------------------------------------------------------------------- /bluez-5.66/unit/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/util.c -------------------------------------------------------------------------------- /bluez-5.66/unit/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/bluez-5.66/unit/util.h -------------------------------------------------------------------------------- /docs/Analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/Analysis.md -------------------------------------------------------------------------------- /docs/BTIDALPOOL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/BTIDALPOOL.md -------------------------------------------------------------------------------- /docs/Capture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/Capture.md -------------------------------------------------------------------------------- /docs/GPS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/GPS.md -------------------------------------------------------------------------------- /docs/Import.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/Import.md -------------------------------------------------------------------------------- /docs/img/BTIDES_Download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/BTIDES_Download.png -------------------------------------------------------------------------------- /docs/img/BTIDES_Upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/BTIDES_Upload.png -------------------------------------------------------------------------------- /docs/img/Blue2th_IAB1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/Blue2th_IAB1.jpeg -------------------------------------------------------------------------------- /docs/img/Blue2th_IAB2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/Blue2th_IAB2.jpeg -------------------------------------------------------------------------------- /docs/img/Blue2th_IAB3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/Blue2th_IAB3.jpeg -------------------------------------------------------------------------------- /docs/img/Blue2th_IAB4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/Blue2th_IAB4.jpeg -------------------------------------------------------------------------------- /docs/img/Blue2th_IAB5.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/Blue2th_IAB5.jpeg -------------------------------------------------------------------------------- /docs/img/Blue2th_IAB6.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/Blue2th_IAB6.jpeg -------------------------------------------------------------------------------- /docs/img/Blue2th_IAB7.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/Blue2th_IAB7.jpeg -------------------------------------------------------------------------------- /docs/img/Blue2th_IAB8.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/Blue2th_IAB8.jpeg -------------------------------------------------------------------------------- /docs/img/Blue2th_IAB9.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/Blue2th_IAB9.jpeg -------------------------------------------------------------------------------- /docs/img/MySetup_Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/MySetup_Small.png -------------------------------------------------------------------------------- /docs/img/laptop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/laptop.jpg -------------------------------------------------------------------------------- /docs/img/tiny2th.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/tiny2th.jpg -------------------------------------------------------------------------------- /docs/img/tiny2th_w_3x_USB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/tiny2th_w_3x_USB.jpg -------------------------------------------------------------------------------- /docs/img/tiny2th_w_7x_USB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/img/tiny2th_w_7x_USB.jpg -------------------------------------------------------------------------------- /docs/laptopHW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/laptopHW.md -------------------------------------------------------------------------------- /docs/maxHW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/maxHW.md -------------------------------------------------------------------------------- /docs/minHW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkmentorllc/Blue2thprinting/HEAD/docs/minHW.md --------------------------------------------------------------------------------