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

  /system/bt/stack/gatt/
gatt_cl.cc 629 if (p_tcb->ind_count) {
636 "gatt_process_notification rcv Ind. but ind_count=%d (will reset "
637 "ind_count)",
638 p_tcb->ind_count);
640 p_tcb->ind_count = 0;
652 p_tcb->ind_count++;
657 if (p_tcb->ind_count > 0)
    [all...]
gatt_api.cc     [all...]
gatt_int.h 287 uint8_t ind_count; member in struct:__anon106239
gatt_utils.cc 817 if (p_tcb != NULL) p_tcb->ind_count = 0;
    [all...]

Completed in 85 milliseconds