Searched refs:scrape_page (Results 1 – 4 of 4) sorted by relevance
/btstack/tool/ |
H A D | bluetooth_gatt.py | 44 def scrape_page(fout, url): function 69 scrape_page(fout, 'https://www.bluetooth.com/specifications/gatt/declarations') 70 scrape_page(fout, 'https://www.bluetooth.com/specifications/gatt/services') 71 scrape_page(fout, 'https://www.bluetooth.com/specifications/gatt/characteristics') 72 scrape_page(fout, 'https://www.bluetooth.com/specifications/gatt/descriptors')
|
H A D | bluetooth_psm.py | 59 def scrape_page(fout, url): function 93 …scrape_page(fout, 'https://www.bluetooth.com/specifications/assigned-numbers/logical-link-control/…
|
H A D | bluetooth_data_types.py | 44 def scrape_page(fout, url): function 90 scrape_page(fout, url)
|
H A D | bluetooth_sdp.py | 98 def scrape_page(fout, url): function 179 scrape_page(fout, 'https://www.bluetooth.com/specifications/assigned-numbers/service-discovery')
|