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.c 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)
    [all...]
gatt_int.h 66 #define GATT_INDEX_INVALID 0xff

Completed in 30 milliseconds