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 835 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
861 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
876 return GATT_INDEX_INVALID;
913 if ((i = gatt_find_i_tcb_by_addr(bda, transport)) != GATT_INDEX_INVALID)
924 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
929 UINT8 i = 0, j = GATT_INDEX_INVALID;
947 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
959 if (i == GATT_INDEX_INVALID)
964 if (i != GATT_INDEX_INVALID)
    [all...]
gatt_int.h 66 #define GATT_INDEX_INVALID 0xff

Completed in 35 milliseconds