Home
last modified time | relevance | path

Searched refs:tHCI_ExtConnParams (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c42 const static tHCI_ExtConnParams ext_conn_params_1m_phy = {
52 const static tHCI_ExtConnParams ext_conn_params_2m_phy = {
62 const static tHCI_ExtConnParams ext_conn_params_coded_phy = {
1030 memcpy(&aux_conn.params[0], &ext_conn_params_1m_phy, sizeof(tHCI_ExtConnParams)); in l2cble_init_direct_conn()
1031 memcpy(&aux_conn.params[1], &ext_conn_params_2m_phy, sizeof(tHCI_ExtConnParams)); in l2cble_init_direct_conn()
1032 memcpy(&aux_conn.params[2], &ext_conn_params_coded_phy, sizeof(tHCI_ExtConnParams)); in l2cble_init_direct_conn()
1035 …y(&aux_conn.params[0], &p_dev_rec->ext_conn_params.phy_1m_conn_params, sizeof(tHCI_ExtConnParams)); in l2cble_init_direct_conn()
1036 …y(&aux_conn.params[1], &p_dev_rec->ext_conn_params.phy_2m_conn_params, sizeof(tHCI_ExtConnParams)); in l2cble_init_direct_conn()
1037 …aux_conn.params[2], &p_dev_rec->ext_conn_params.phy_coded_conn_params, sizeof(tHCI_ExtConnParams)); in l2cble_init_direct_conn()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h936 } tHCI_ExtConnParams; typedef
944 tHCI_ExtConnParams params[3];
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c1563 tHCI_ExtConnParams *params; in btsnd_hcic_ble_create_ext_conn()
1568 size += sizeof(tHCI_ExtConnParams); in btsnd_hcic_ble_create_ext_conn()
1572 size += sizeof(tHCI_ExtConnParams); in btsnd_hcic_ble_create_ext_conn()
1576 size += sizeof(tHCI_ExtConnParams); in btsnd_hcic_ble_create_ext_conn()