Searched defs:p_char_uuid (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gatts_api.c193 ** p_char_uuid : Characteristic UUID.
200 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid, argument
211 if (p_char_uuid)
212 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID));
/system/bt/stack/gatt/
H A Dgatt_db.c491 tBT_UUID * p_char_uuid)
506 p_char_val = (tGATT_ATTR16 *)allocate_attr_in_db(p_db, p_char_uuid, perm);
489 gatts_add_characteristic(tGATT_SVC_DB *p_db, tGATT_PERM perm, tGATT_CHAR_PROP property, tBT_UUID * p_char_uuid) argument
H A Dgatt_api.c314 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, argument
335 p_char_uuid);

Completed in 248 milliseconds