Searched refs:tl_ble_config (Results 1 – 1 of 1) sorted by relevance
321 TL_BLE_InitConf_t tl_ble_config; in transport_init() local347 tl_ble_config.p_cmdbuffer = (uint8_t *)&BleCmdBuffer; in transport_init()348 tl_ble_config.p_AclDataBuffer = HciAclDataBuffer; in transport_init()349 tl_ble_config.IoBusEvtCallBack = TM_EvtReceivedCb; in transport_init()350 tl_ble_config.IoBusAclDataTxAck = TM_AclDataAck; in transport_init()351 TL_BLE_Init((void *)&tl_ble_config); in transport_init()