Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_api.c359 if (!channel_control_block->should_free_rcb) { in L2CA_SetConnectionCallbacks()
368 channel_control_block->should_free_rcb = true; in L2CA_SetConnectionCallbacks()
Dl2c_int.h268 bool should_free_rcb; /* True if RCB was allocated on the heap */ member
Dl2c_utils.c1524 p_ccb->should_free_rcb = false; in l2cu_allocate_ccb()
1691 if (p_ccb->should_free_rcb) in l2cu_release_ccb()
1695 p_ccb->should_free_rcb = false; in l2cu_release_ccb()