Home
last modified time | relevance | path

Searched refs:CONFIG_BT_MAX_PAIRED (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/ble_host/include/
A Dble_default_config.h466 #ifndef CONFIG_BT_MAX_PAIRED
468 #define CONFIG_BT_MAX_PAIRED 0 macro
470 #define CONFIG_BT_MAX_PAIRED 1 macro
/AliOS-Things-master/components/ble_mesh/
A Dbt_preconfig67 CONFIG_BT_MAX_PAIRED=0
79 CONFIG_BT_MAX_PAIRED=0
A Dbt_defconfig51 CONFIG_BT_MAX_PAIRED=0
/AliOS-Things-master/components/ble_host/
A Dbt_preconfig67 CONFIG_BT_MAX_PAIRED=0
79 CONFIG_BT_MAX_PAIRED=0
A Dbt_defconfig51 CONFIG_BT_MAX_PAIRED=0
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dkeys_br.c25 static struct bt_keys_link_key key_pool[CONFIG_BT_MAX_PAIRED];
A Dkeys.c34 static struct bt_keys key_pool[CONFIG_BT_MAX_PAIRED];
A Dgatt.c75 #define SUB_MAX (CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN)
221 #define SC_CFG_MAX (CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN)
448 #define CF_CFG_MAX (CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN)
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h246 struct bt_gatt_ccc_cfg_t cfg[CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN];
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dgatt.h563 #define BT_GATT_CCC_MAX (CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN)

Completed in 17 milliseconds