Home
last modified time | relevance | path

Searched refs:BT_LE_ADV_OPT_CONNECTABLE (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dbluetooth.h317 BT_LE_ADV_OPT_CONNECTABLE = BIT(0), enumerator
535 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
540 #define BT_LE_ADV_CONN BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE, \
544 #define BT_LE_ADV_CONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
550 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_ONE_TIME | \
A Dconn.h657 adv_param.options |= (BT_LE_ADV_OPT_CONNECTABLE | in bt_conn_create_slave_le()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dadv.c755 …adv_time = (!(param.options & BT_LE_ADV_OPT_CONNECTABLE)) ? NOCONN_ADV_DATA_TIEMOUT : CONN_ADV_DAT…
765 if (adv_scan_schd.param.adv_param.options & BT_LE_ADV_OPT_CONNECTABLE) {
782 if (adv_scan_schd.param.adv_param.options & BT_LE_ADV_OPT_CONNECTABLE) {
A Dproxy.c61 #define ADV_OPT (BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_ONE_TIME | BT_LE_ADV_OPT_USE_IDENTITY)
63 #define ADV_OPT (BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_ONE_TIME)
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_ais.c561 .options = (BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_ONE_TIME),
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_core.c1171 if (!(param->options & BT_LE_ADV_OPT_CONNECTABLE) && in bt_le_adv_random_addr_check()
8006 if (!(param->options & BT_LE_ADV_OPT_CONNECTABLE)) { in valid_adv_ext_param()
8164 if (options & BT_LE_ADV_OPT_CONNECTABLE) { in le_adv_set_random_addr()
8349 if (param->options & BT_LE_ADV_OPT_CONNECTABLE) { in bt_le_adv_start_legacy()
8420 if (param->options & BT_LE_ADV_OPT_CONNECTABLE) { in bt_le_adv_start_legacy()
8465 (param->options & BT_LE_ADV_OPT_CONNECTABLE)) { in bt_le_adv_start_legacy()
8500 param->options & BT_LE_ADV_OPT_CONNECTABLE); in bt_le_adv_start_legacy()
8577 if (param->options & BT_LE_ADV_OPT_CONNECTABLE) { in le_ext_adv_param_set()
8669 if (param->options & BT_LE_ADV_OPT_CONNECTABLE) { in le_ext_adv_param_set()
8739 param->options & BT_LE_ADV_OPT_CONNECTABLE); in le_ext_adv_param_set()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c497 p.options |= BT_LE_ADV_OPT_CONNECTABLE; in ble_stack_adv_start()

Completed in 29 milliseconds