Home
last modified time | relevance | path

Searched refs:api_tuple (Results 1 – 2 of 2) sorted by relevance

/btstack/port/arduino/docs/
H A Dupdate_apis.py60 def process_and_write_api(fout, api_tuple): argument
61 infile_name = api_tuple[0]
65 api_title = api_tuple[1]
66 api_lable = api_tuple[2]
73 for api_tuple in list_of_apis:
74 infile_name = api_tuple[0]
77 process_and_write_api(aout, api_tuple)
/btstack/tool/
H A Dbtstack_rtos_generator.py369 for api_tuple in apis:
370 api_filename = btstack_root + "/" + api_tuple[0]
371 need_lock = api_tuple[3]
372 header_file = api_tuple[0].replace('src/','')
379 for api_tuple in apis:
380 api_filename = btstack_root + "/" + api_tuple[0]
381 need_lock = api_tuple[3]
382 header_file = api_tuple[0].replace('src/','')