Home
last modified time | relevance | path

Searched refs:BLE_ADV_INSTANCES (Results 1 – 2 of 2) sorted by relevance

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_gap.c192 static bssnz_t struct ble_gap_slave_state ble_gap_slave[BLE_ADV_INSTANCES];
662 for (i = 0; i < BLE_ADV_INSTANCES; i++) { in ble_gap_is_preempted()
1167 if (instance >= BLE_ADV_INSTANCES) { in ble_gap_accept_slave_conn()
2448 if (instance >= BLE_ADV_INSTANCES) { in ble_gap_ext_adv_configure()
2505 if (instance >= BLE_ADV_INSTANCES || addr->type != BLE_ADDR_RANDOM) { in ble_gap_ext_adv_set_addr()
2523 if (instance >= BLE_ADV_INSTANCES) { in ble_gap_ext_adv_start()
2651 if (instance >= BLE_ADV_INSTANCES) { in ble_gap_ext_adv_stop()
2777 if (instance >= BLE_ADV_INSTANCES) { in ble_gap_ext_adv_set_data()
2840 if (instance >= BLE_ADV_INSTANCES) { in ble_gap_ext_adv_rsp_set_data()
2866 if (instance >= BLE_ADV_INSTANCES) { in ble_gap_ext_adv_remove()
[all …]
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/include/nimble/
Dble.h33 #define BLE_ADV_INSTANCES (MYNEWT_VAL(BLE_MULTI_ADV_INSTANCES) + 1) macro