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

  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 151 p_buf->len += gatt_build_uuid_to_stream(&p, uuid);
182 p_buf->len += gatt_build_uuid_to_stream(&p, p_value_type->uuid);
gatt_int.h 544 extern UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid);
gatt_db.c 246 gatt_build_uuid_to_stream(&p, p_attr16->p_value->uuid);
    [all...]
gatt_sr.c 575 gatt_build_uuid_to_stream(&p, *p_uuid);
    [all...]
gatt_utils.c 999 ** Function gatt_build_uuid_to_stream
1006 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) function
    [all...]

Completed in 220 milliseconds