Home
last modified time | relevance | path

Searched refs:apis (Results 1 – 4 of 4) sorted by relevance

/btstack/tool/
H A Dbtstack_rtos_generator.py146 apis = [ variable
364 def create_wrapper_file(btstack_root, apis, wrapper_file): argument
369 for api_tuple in apis:
378 def create_wrapper_files(btstack_root, rtos_folder, apis): argument
379 for api_tuple in apis:
415 create_wrapper_files(btstack_root, rtos_folder, apis)
418 print ('Number wrapped headers: %u' % len(apis))
/btstack/doc/manual/docs-template/
H A Dprofiles.md407 - [HID Host API](../appendix/apis/#sec:hidHostAPIAppendix) and [hid_host_demo](../examples/examples…
409 - [HID Device API](../appendix/apis/#sec:hidDeviceAPIAppendix), [hid_keyboard_demo](../examples/exa…
H A Dprotocols.md658 The SDP Client API is shown in [here](../appendix/apis/#sec:sdpAPIAppendix). The
H A Dhow_to.md407 The complete Run loop API is provided [here](appendix/apis/#sec:runLoopAPIAppendix).