Home
last modified time | relevance | path

Searched refs:CONFIG_BT_CONN (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/ble_host/include/
A Dble_default_config.h54 #ifndef CONFIG_BT_CONN
55 #define CONFIG_BT_CONN 1 macro
67 #ifndef CONFIG_BT_CONN
68 #define CONFIG_BT_CONN 1 macro
96 #ifdef CONFIG_BT_CONN
235 #ifdef CONFIG_BT_CONN
555 #if defined(CONFIG_BT_DEVICE_NAME_DYNAMIC) && defined(CONFIG_BT_CONN)
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A DCMakeLists.txt6 CONFIG_BT_CONN
A Dbt.c70 #if defined(CONFIG_BT_CONN)
979 #if defined(CONFIG_BT_CONN)
2077 #if defined(CONFIG_BT_CONN)
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci_driver.h52 #if defined(CONFIG_BT_CONN) in bt_hci_evt_is_prio()
/AliOS-Things-master/components/ble_host/bt_shell/
A Dbuild.mk41 ifeq ($(CONFIG_BT_CONN), y)
/AliOS-Things-master/components/ble_mesh/bt_shell/
A Dbuild.mk41 ifeq ($(CONFIG_BT_CONN), y)
/AliOS-Things-master/components/ble_host/bt_host/host/
A DCMakeLists.txt39 if(CONFIG_BT_CONN)
A DMakefile15 ifeq ($(CONFIG_BT_CONN),y)
A Dhci_core.h136 #if defined(CONFIG_BT_CONN)
A Dhci_core.c167 #if defined(CONFIG_BT_CONN)
1366 #if defined(CONFIG_BT_CONN)
5663 #if defined(CONFIG_BT_CONN)
5775 #if defined(CONFIG_BT_CONN)
5955 #if defined(CONFIG_BT_CONN)
6076 #if defined(CONFIG_BT_CONN)
6302 #if defined(CONFIG_BT_CONN) in le_init()
6417 #if defined(CONFIG_BT_CONN) in le_init()
6676 #if defined(CONFIG_BT_CONN) in br_init()
7122 #if defined(CONFIG_BT_CONN) in bt_recv()
[all …]
A Dhci_api.c1694 } else if (IS_ENABLED(CONFIG_BT_CONN)) { in process_events()
1727 #if defined(CONFIG_BT_CONN)
1756 #if defined(CONFIG_BT_CONN)
1781 if (IS_ENABLED(CONFIG_BT_CONN)) { in hci_tx_thread()
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Devent_scheduler.c41 if (IS_ENABLED(CONFIG_BT_CONN)) { in scheduler_loop()
/AliOS-Things-master/components/ble_mesh/configs/
A Dble_mesh_default_config.h32 #ifdef CONFIG_BT_CONN
/AliOS-Things-master/components/ble_mesh/
A Dbt_defconfig18 CONFIG_BT_CONN=y
A Dbt_preconfig22 CONFIG_BT_CONN=y
/AliOS-Things-master/components/ble_host/
A Dbt_defconfig18 CONFIG_BT_CONN=y
A DREADME.md365 BLE连接功能,确保配置项CONFIG_BT_CONN配置。<br />此函数用于BLE连接某个设备。<br />异步事件,执行结果在注册的事件回调函数中返回,返回事件EVENT_GATT_CONN…
384 BLE连接功能,确保配置项CONFIG_BT_CONN配置。<br />此函数用于BLE断开某个设备的连接。<br />异步事件,执行结果在注册的事件回调函数中返回,返回事件EVENT_GATT_C…
397 BLE连接功能,确保配置项CONFIG_BT_CONN配置。<br />此函数用于BLE修改某个连接的连接参数。<br />异步事件,执行结果在注册的事件回调函数中返回,返回事件EVENT_GAP_…
414 BLE连接功能,确保配置项CONFIG_BT_CONN配置。<br />此函数用于BLE修改某个连接的安全参数。<br />异步事件,执行结果在注册的事件回调函数中返回,返回事件EVENT_GAP_…
A Dbt_preconfig22 CONFIG_BT_CONN=y
/AliOS-Things-master/components/ble_host/bt_host/
A Dbuild.mk108 ifeq ($(CONFIG_BT_CONN), y)
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c69 #if defined(CONFIG_BT_CONN)
1690 #if defined(CONFIG_BT_CONN)
3116 #if defined(CONFIG_BT_CONN)

Completed in 33 milliseconds