• Sharvil Nanavati's avatar
    GKI task entry points should have a consistent signature. · 8d9d0286
    Sharvil Nanavati authored
    Previously, GKI task entry points had inconsistent signatures. For
    example, we had:
    
    int btif_media_task(void *p)
    void btif_task(UINT32 params)
    void btu_task (UINT32 param)
    
    The single argument was universally ignored and the caller always
    set it to 0. This change consolidates all of that and defines the
    entry point as having 0 arity and no return value.
    8d9d0286
gki.h 5.59 KB