Loading gki/common/gki_buffer.c +6 −0 Original line number Diff line number Diff line Loading @@ -411,7 +411,10 @@ void *GKI_getbuf (UINT16 size) // btla-specific ++ #ifdef GKI_USE_DEFERED_ALLOC_BUF_POOLS if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE) { GKI_enable(); return NULL; } #endif // btla-specific -- p_hdr = Q->p_first; Loading Loading @@ -478,7 +481,10 @@ void *GKI_getpoolbuf (UINT8 pool_id) // btla-specific ++ #ifdef GKI_USE_DEFERED_ALLOC_BUF_POOLS if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE) { GKI_enable(); return NULL; } #endif // btla-specific -- p_hdr = Q->p_first; Loading Loading
gki/common/gki_buffer.c +6 −0 Original line number Diff line number Diff line Loading @@ -411,7 +411,10 @@ void *GKI_getbuf (UINT16 size) // btla-specific ++ #ifdef GKI_USE_DEFERED_ALLOC_BUF_POOLS if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE) { GKI_enable(); return NULL; } #endif // btla-specific -- p_hdr = Q->p_first; Loading Loading @@ -478,7 +481,10 @@ void *GKI_getpoolbuf (UINT8 pool_id) // btla-specific ++ #ifdef GKI_USE_DEFERED_ALLOC_BUF_POOLS if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE) { GKI_enable(); return NULL; } #endif // btla-specific -- p_hdr = Q->p_first; Loading