Lines Matching full:version
6 * to you under the Apache License, Version 2.0 (the
78 /* For now we are interested only in HCI Version */ in ble_hs_startup_read_local_ver_tx()
219 uint8_t version; in ble_hs_startup_le_set_evmask_tx() local
223 version = ble_hs_hci_get_hci_version(); in ble_hs_startup_le_set_evmask_tx()
237 if (version >= BLE_HCI_VER_BCS_4_1) { in ble_hs_startup_le_set_evmask_tx()
244 if (version >= BLE_HCI_VER_BCS_4_2) { in ble_hs_startup_le_set_evmask_tx()
254 if (version >= BLE_HCI_VER_BCS_5_0) { in ble_hs_startup_le_set_evmask_tx()
282 uint8_t version; in ble_hs_startup_set_evmask_tx() local
285 version = ble_hs_hci_get_hci_version(); in ble_hs_startup_set_evmask_tx()
304 if (version >= BLE_HCI_VER_BCS_4_1) { in ble_hs_startup_set_evmask_tx()
356 BLE_HS_LOG(ERROR, "Required controller version is 4.0 (6)\n"); in ble_hs_startup_go()