@@ -532,26 +532,26 @@ struct BTC_COEXIST {
532
532
533
533
extern struct BTC_COEXIST GLBtCoexist ;
534
534
535
- void EXhalbtcoutsrc_PowerOnSetting (struct BTC_COEXIST * pBtCoexist );
536
- void EXhalbtcoutsrc_InitHwConfig (struct BTC_COEXIST * pBtCoexist , u8 bWifiOnly );
537
- void EXhalbtcoutsrc_InitCoexDm (struct BTC_COEXIST * pBtCoexist );
538
- void EXhalbtcoutsrc_IpsNotify (struct BTC_COEXIST * pBtCoexist , u8 type );
539
- void EXhalbtcoutsrc_LpsNotify (struct BTC_COEXIST * pBtCoexist , u8 type );
540
- void EXhalbtcoutsrc_ScanNotify (struct BTC_COEXIST * pBtCoexist , u8 type );
541
- void EXhalbtcoutsrc_ConnectNotify (struct BTC_COEXIST * pBtCoexist , u8 action );
535
+ void EXhalbtcoutsrc_PowerOnSetting (struct BTC_COEXIST * pBtCoexist );
536
+ void EXhalbtcoutsrc_InitHwConfig (struct BTC_COEXIST * pBtCoexist , u8 bWifiOnly );
537
+ void EXhalbtcoutsrc_InitCoexDm (struct BTC_COEXIST * pBtCoexist );
538
+ void EXhalbtcoutsrc_IpsNotify (struct BTC_COEXIST * pBtCoexist , u8 type );
539
+ void EXhalbtcoutsrc_LpsNotify (struct BTC_COEXIST * pBtCoexist , u8 type );
540
+ void EXhalbtcoutsrc_ScanNotify (struct BTC_COEXIST * pBtCoexist , u8 type );
541
+ void EXhalbtcoutsrc_ConnectNotify (struct BTC_COEXIST * pBtCoexist , u8 action );
542
542
void EXhalbtcoutsrc_MediaStatusNotify (
543
- struct BTC_COEXIST * pBtCoexist , enum RT_MEDIA_STATUS mediaStatus
543
+ struct BTC_COEXIST * pBtCoexist , enum RT_MEDIA_STATUS mediaStatus
544
544
);
545
- void EXhalbtcoutsrc_SpecialPacketNotify (struct BTC_COEXIST * pBtCoexist , u8 pktType );
545
+ void EXhalbtcoutsrc_SpecialPacketNotify (struct BTC_COEXIST * pBtCoexist , u8 pktType );
546
546
void EXhalbtcoutsrc_BtInfoNotify (
547
- struct BTC_COEXIST * pBtCoexist , u8 * tmpBuf , u8 length
547
+ struct BTC_COEXIST * pBtCoexist , u8 * tmpBuf , u8 length
548
548
);
549
- void EXhalbtcoutsrc_HaltNotify (struct BTC_COEXIST * pBtCoexist );
550
- void EXhalbtcoutsrc_PnpNotify (struct BTC_COEXIST * pBtCoexist , u8 pnpState );
551
- void EXhalbtcoutsrc_Periodical (struct BTC_COEXIST * pBtCoexist );
549
+ void EXhalbtcoutsrc_HaltNotify (struct BTC_COEXIST * pBtCoexist );
550
+ void EXhalbtcoutsrc_PnpNotify (struct BTC_COEXIST * pBtCoexist , u8 pnpState );
551
+ void EXhalbtcoutsrc_Periodical (struct BTC_COEXIST * pBtCoexist );
552
552
void EXhalbtcoutsrc_SetChipType (u8 chipType );
553
553
void EXhalbtcoutsrc_SetAntNum (u8 type , u8 antNum );
554
554
void EXhalbtcoutsrc_SetSingleAntPath (u8 singleAntPath );
555
- void EXhalbtcoutsrc_DisplayBtCoexInfo (struct BTC_COEXIST * pBtCoexist );
555
+ void EXhalbtcoutsrc_DisplayBtCoexInfo (struct BTC_COEXIST * pBtCoexist );
556
556
557
557
#endif
0 commit comments