Home | History | Annotate | Download | only in gatt

Lines Matching refs:GATT_INDEX_INVALID

809 ** Returns           GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
835 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
850 return GATT_INDEX_INVALID;
887 if ((i = gatt_find_i_tcb_by_addr(bda, transport)) != GATT_INDEX_INVALID)
898 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
903 UINT8 i = 0, j = GATT_INDEX_INVALID;
921 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
933 if (i == GATT_INDEX_INVALID)
938 if (i != GATT_INDEX_INVALID)