bluetooth_search
Search for Bluetooth/BLE devices by name, MAC address, or geographic coordinates using WiGLE's observed database.
Instructions
Search WiGLE's database of observed Bluetooth/BLE devices by name, MAC, or location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Exact device name to match | |
| bssid | No | MAC address to match, e.g. 'AA:BB:CC:DD:EE:FF' | |
| lat_max | No | Maximum latitude of bounding box | |
| lat_min | No | Minimum latitude of bounding box | |
| long_max | No | Maximum longitude of bounding box | |
| long_min | No | Minimum longitude of bounding box | |
| name_like | No | SQL LIKE pattern for device name, e.g. 'Galaxy%' | |
| search_after | No | Pagination cursor from a previous response's 'search_after' field | |
| results_per_page | No | Max results to return (1-100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||