Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c1954 u8_t num_phys; in hci_api_le_create_conn_ext() local
1957num_phys = (init_phys & BT_HCI_LE_EXT_SCAN_PHY_1M) ? 1:0 + (init_phys & BT_HCI_LE_EXT_SCAN_PHY_COD… in hci_api_le_create_conn_ext()
1959 buf = bt_hci_cmd_create(BT_HCI_OP_LE_EXT_CREATE_CONN, sizeof(*cp) + num_phys * sizeof(*phy)); in hci_api_le_create_conn_ext()
A Dhci_core.c1614 u8_t num_phys; in bt_le_create_conn_ext() local
1626 num_phys = (!(bt_dev.create_param.options & in bt_le_create_conn_ext()
1632 num_phys * sizeof(*phy)); in bt_le_create_conn_ext()
1688 u8_t num_phys; in bt_le_create_conn_ext()
1703 num_phys = (!(bt_dev.create_param.options & in bt_le_create_conn_ext()
1708 struct ext_conn_phy_params_t phys[num_phys]; in bt_le_create_conn_ext()
1711 memset(phy, 0, sizeof(struct ext_conn_phy_params_t) * num_phys); in bt_le_create_conn_ext()

Completed in 19 milliseconds