Searched defs:continue_processing (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_sr.c1387 BOOLEAN continue_processing = TRUE; local
1395 continue_processing = FALSE;
1399 return continue_processing;
1417 BOOLEAN continue_processing; local
1424 continue_processing = gatts_proc_ind_ack(p_tcb, handle);
1426 if (continue_processing)

Completed in 84 milliseconds