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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 641 p_msg->offset = (p_attr->uuid_type == GATT_ATTR_UUID_TYPE_128) ? GATT_INFO_TYPE_PAIR_128 : GATT_INFO_TYPE_PAIR_16;
645 if (p_msg->offset == GATT_INFO_TYPE_PAIR_16 && p_attr->uuid_type == GATT_ATTR_UUID_TYPE_16)
    [all...]
gatt_int.h 99 #define GATT_INFO_TYPE_PAIR_16 0x01
gatt_cl.c 449 if (type == GATT_INFO_TYPE_PAIR_16)
    [all...]

Completed in 21 milliseconds