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

  /system/bt/stack/gatt/
gatt_utils.c 976 ** Function gatt_convert_uuid32_to_uuid128
983 void gatt_convert_uuid32_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT32 uuid_32) function
1032 gatt_convert_uuid32_to_uuid128(su, src.uu.uuid32);
1047 gatt_convert_uuid32_to_uuid128(tu, tar.uu.uuid32);
1077 gatt_convert_uuid32_to_uuid128(p, uuid.uu.uuid32);
    [all...]
gatt_db.c 263 gatt_convert_uuid32_to_uuid128 (p, ((tGATT_ATTR32 *)(p_attr16->p_next))->uuid);
    [all...]
gatt_cl.c 111 gatt_convert_uuid32_to_uuid128(cl_req.find_type_value.value, p_clcb->uuid.uu.uuid32);
    [all...]
gatt_int.h 584 extern void gatt_convert_uuid32_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT32 uuid_32);
gatt_sr.c 661 gatt_convert_uuid32_to_uuid128(p, ((tGATT_ATTR32 *) p_attr)->uuid);
    [all...]

Completed in 91 milliseconds