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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 645 p_msg->offset = (p_attr->uuid_type == GATT_ATTR_UUID_TYPE_16) ? GATT_INFO_TYPE_PAIR_16 : GATT_INFO_TYPE_PAIR_128;
654 else if (p_msg->offset == GATT_INFO_TYPE_PAIR_128 && p_attr->uuid_type == GATT_ATTR_UUID_TYPE_128 )
659 else if (p_msg->offset == GATT_INFO_TYPE_PAIR_128 && p_attr->uuid_type == GATT_ATTR_UUID_TYPE_32)
    [all...]
gatt_cl.c 482 else if (type == GATT_INFO_TYPE_PAIR_128)
    [all...]
gatt_int.h 100 #define GATT_INFO_TYPE_PAIR_128 0x02

Completed in 36 milliseconds