Home
last modified time | relevance | path

Searched refs:bt_host (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_shell/
A Dbuild.mk29 …= $(L_PATH)/../include $(L_PATH)/../bt_host/port/include $(L_PATH)/../bt_host/port/aos/include $(…
30 $(L_PATH)/../bt_host/host
33 L_INCS += $(L_PATH)/bt_host
35 L_INCS += $(L_PATH)/bt_host/test
36 L_SRCS += bt_host/test/bt.c
38 L_SRCS += bt_host/bt.c
43 L_SRCS += bt_host/test/gatt.c
45 L_SRCS += bt_host/gatt.c
/AliOS-Things-master/components/ble_mesh/bt_shell/
A Dbuild.mk29 …= $(L_PATH)/../include $(L_PATH)/../bt_host/port/include $(L_PATH)/../bt_host/port/aos/include $(…
30 $(L_PATH)/../bt_host/host
33 L_INCS += $(L_PATH)/bt_host
35 L_INCS += $(L_PATH)/bt_host/test
36 L_SRCS += bt_host/test/bt.c
38 L_SRCS += bt_host/bt.c
43 L_SRCS += bt_host/test/gatt.c
45 L_SRCS += bt_host/gatt.c
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/customparam_section/
A DMakefile13 -Ithirdparty/bluetooth/bt_host/bt_common/include/common \
14 -Ithirdparty/bluetooth/bt_host/bt_common/include/net \
15 -Ithirdparty/bluetooth/bt_host/bt_common/include/misc \
16 -Ithirdparty/bluetooth/bt_host/bt_common/include/zephyr \
17 -Ithirdparty/bluetooth/bt_host/bt_common/port/include \
18 -Ithirdparty/bluetooth/bt_host/bt_common/tinycrypt/include \
19 -Ithirdparty/bluetooth/bt_host/bt_common/tinycrypt/include/tinycrypt \
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/userdata_section/
A DMakefile32 -Ithirdparty/bluetooth/bt_host/bt_common/include/net \
33 -Ithirdparty/bluetooth/bt_host/bt_common/include/misc \
34 -Ithirdparty/bluetooth/bt_host/bt_common/include/zephyr \
35 -Ithirdparty/bluetooth/bt_host/bt_common/port/include \
36 -Ithirdparty/bluetooth/bt_host/bt_common/tinycrypt/include \
37 -Ithirdparty/bluetooth/bt_host/bt_common/tinycrypt/include/tinycrypt \
38 -Ithirdparty/bluetooth/bt_host/bt_common/include/common
/AliOS-Things-master/components/ble_host/bt_crypto/
A Dbuild.mk25 L_INCS += $(L_PATH)/../bt_host/port/include $(L_PATH)/../bt_host/port/aos/include \
26 $(L_PATH)/../bt_host/host $(L_PATH)/../crypto $(L_PATH)/../bt_host/
/AliOS-Things-master/components/ble_mesh/bt_mesh/
A Dbuild.mk31 …$(L_PATH)/../bt_host/port/include $(L_PATH)/../bt_host/port/aos/include $(L_PATH)/../bt_host/host …
/AliOS-Things-master/components/ble_host/script/
A Dgen_btconfig.sh8 …der-path $C_HEAD_FILE --config-out $CONFIG_FILE --defconfig-file ../../../defconfig bt_host/Kconfig
10 …path $C_HEAD_FILE.tmp --config-out $CONFIG_FILE --defconfig-file ../../../defconfig bt_host/Kconfig
/AliOS-Things-master/components/ble_mesh/script/
A Dgen_btconfig.sh8 …der-path $C_HEAD_FILE --config-out $CONFIG_FILE --defconfig-file ../../../defconfig bt_host/Kconfig
10 …path $C_HEAD_FILE.tmp --config-out $CONFIG_FILE --defconfig-file ../../../defconfig bt_host/Kconfig
/AliOS-Things-master/components/amp/example-js/
A Dbt_host.js1 import * as bt_host from 'bt_host'
107 var bt_host_instant = bt_host.open({
/AliOS-Things-master/components/amp/jslib/src/
A Dbt_host.js4 class bt_host extends events.EventEmitter{ class
177 return new bt_host(options);
/AliOS-Things-master/components/amp/libjs/lib/
A Dbt_host.js5 class bt_host extends EventEmitter{ class
177 return new bt_host(options);
/AliOS-Things-master/components/ble_host/bt_host/
A DKconfig200 source "bt_host/host/Kconfig"
201 source "bt_host/port/core/Kconfig"
202 source "bt_host/port/core/settings/Kconfig"
205 source "bt_shell/bt_host/Kconfig"
/AliOS-Things-master/components/amp/jslib/
A Dgen_bytecode_linux.sh7 ./qjsc_linux -c -m src/bt_host.js -N jslib_bt_host -M events -M BT_HOST -o bytecode/jslib_bt_host.c
A Dgen_bytecode_macos.sh7 ./qjsc_macos -c -m -M events -M BT_HOST -N jslib_bt_host -o bytecode/jslib_bt_host.c src/bt_host.js
A Dgen_bytecode.bat7 .\qjsc.exe -c -m -M events -M BT_HOST -N jslib_bt_host -o bytecode\jslib_bt_host.c src\bt_host.js
/AliOS-Things-master/components/amp/libjs/
A Dgenerator.js58 bt_host: 'JSE_WIRELESS_ADDON_BT_HOST' property in macro4libjs
/AliOS-Things-master/components/ble_host/
A DREADME.md42 |-- bt_host #BLE Host核心代码

Completed in 12 milliseconds