Home
last modified time | relevance | path

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

/hal_stm32-2.7.6/lib/stm32wb/hci/
Dtl_mbox.c114 MB_BleTable_t * p_bletable; in TL_BLE_Init() local
120 p_bletable = TL_RefTable.p_ble_table; in TL_BLE_Init()
122 p_bletable->pcmd_buffer = pInitHciConf->p_cmdbuffer; in TL_BLE_Init()
123 p_bletable->phci_acl_data_buffer = pInitHciConf->p_AclDataBuffer; in TL_BLE_Init()
124 p_bletable->pcs_buffer = (uint8_t*)CsBuffer; in TL_BLE_Init()
125 p_bletable->pevt_queue = (uint8_t*)&EvtQueue; in TL_BLE_Init()