Added GATT Services Exporter
This commit is contained in:
@@ -22,13 +22,19 @@
|
||||
android:orderInCategory="1"
|
||||
android:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/menu_connect"
|
||||
android:id="@+id/menu_share"
|
||||
android:icon="@drawable/ic_action_share"
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/menu_share"/>
|
||||
<item
|
||||
android:id="@+id/menu_connect"
|
||||
android:orderInCategory="102"
|
||||
android:showAsAction="ifRoom|withText"
|
||||
android:title="@string/menu_connect"/>
|
||||
<item
|
||||
android:id="@+id/menu_disconnect"
|
||||
android:orderInCategory="101"
|
||||
android:orderInCategory="103"
|
||||
android:showAsAction="ifRoom|withText"
|
||||
android:title="@string/menu_disconnect"/>
|
||||
|
||||
|
||||
@@ -41,9 +41,10 @@
|
||||
<string name="label_tx_power">TX Power:</string>
|
||||
<string name="label_uuid">UUID:</string>
|
||||
<string name="about_dialog_text">This is a sample application using the Bluetooth LE Library.\n\nGithub: https://github.com/alt236/Bluetooth-LE-Library---Android\n\nCopyright: Alexandros Schillings</string>
|
||||
<string name="exporter_email_subject">Bluetooth LE Scan Results (%s)</string>
|
||||
<string name="exporter_email_body">Please find attached the scan results.</string>
|
||||
<string name="exporter_email_picker_text">Please select your email client:</string>
|
||||
<string name="exporter_email_device_list_subject">Bluetooth LE Scan Results (%s)</string>
|
||||
<string name="exporter_email_device_services_subject" formatted="false">Bluetooth LE Device GATT Results (%s, %s)</string>
|
||||
<string name="exporter_email_device_list_body">Please find attached the scan results.</string>
|
||||
<string name="exporter_email_device_list_picker_text">Please select your email client:</string>
|
||||
<string name="header_ibeacon_data">iBeacon Data</string>
|
||||
<string name="header_raw_ad_records">Raw Ad Records</string>
|
||||
<string name="header_scan_record">Scan Record</string>
|
||||
|
||||
Reference in New Issue
Block a user