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

  /system/bt/stack/gatt/
gatt_utils.cc 378 * Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
401 * Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
413 return GATT_INDEX_INVALID;
448 if (i != GATT_INDEX_INVALID) p_tcb = &gatt_cb.tcb[i];
458 * Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
462 uint8_t i = 0, j = GATT_INDEX_INVALID;
478 * Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
489 if (i == GATT_INDEX_INVALID) {
493 if (i != GATT_INDEX_INVALID) {
    [all...]
gatt_int.h 66 #define GATT_INDEX_INVALID 0xff

Completed in 35 milliseconds