HomeSort by relevance Sort by last modified time
    Searched refs:pending_enc_clcb (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/gatt/
gatt_auth.cc 132 if (p_clcb && p_clcb->p_tcb && p_clcb->p_tcb->pending_enc_clcb.empty()) {
165 if (p_tcb->pending_enc_clcb.empty()) {
171 tGATT_CLCB* p_clcb = p_tcb->pending_enc_clcb.front();
172 p_tcb->pending_enc_clcb.pop();
191 while (!p_tcb->pending_enc_clcb.empty()) {
192 tGATT_CLCB* p_clcb = p_tcb->pending_enc_clcb.front();
193 p_tcb->pending_enc_clcb.pop();
226 while (!p_tcb->pending_enc_clcb.empty()) {
227 tGATT_CLCB* p_clcb = p_tcb->pending_enc_clcb.front();
228 p_tcb->pending_enc_clcb.pop()
    [all...]
gatt_int.h 267 std::queue<tGATT_CLCB*> pending_enc_clcb; /* pending encryption channel q */ member in struct:__anon113659
gatt_main.cc 160 gatt_cb.tcb[i].pending_enc_clcb = std::queue<tGATT_CLCB*>();
    [all...]

Completed in 412 milliseconds