Home
last modified time | relevance | path

Searched refs:subversion (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dll_settings.c20 static uint16_t subversion = CONFIG_BT_CTLR_SUBVERSION_NUMBER; variable
28 return subversion; in ll_settings_subversion_number()
65 len = read_cb(store, &subversion, sizeof(subversion)); in ctlr_set()
70 LOG_DBG("Subversion set to %04x", subversion); in ctlr_set()
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h280 uint16_t subversion; member
Dconn.c2984 remote_info->subversion = conn->rv.subversion; in bt_conn_get_remote_info()
2988 remote_info->subversion = 0; in bt_conn_get_remote_info()
Dhci_core.c2300 conn->rv.subversion = sys_le16_to_cpu(evt->subversion); in bt_hci_evt_read_remote_version_complete()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h898 uint16_t subversion; member
Dhci_types.h2779 uint16_t subversion; member
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst85 Remote LMP version 5.3 (0x0c) subversion 0xffff manufacturer 0x05f1
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c909 remote_info->version, remote_info->subversion, in remote_info_available()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c8991 ep->subversion = ver_ind->sub_version_number;