• Home
  • Raw
  • Download

Lines Matching refs:tBT_UUID

42 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, tBT_UUID *p_uuid, tGATT_PERM perm);
46 static BOOLEAN gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is…
62 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, in gatts_init_service_db()
93 tBT_UUID * gatts_get_service_uuid (tGATT_SVC_DB *p_db) in gatts_get_service_uuid()
332 tBT_UUID type, in gatts_db_read_attr_value_by_type()
343 tBT_UUID attr_uuid; in gatts_db_read_attr_value_by_type()
452 tBT_UUID service) in gatts_add_included_service()
455 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_INCLUDE_SERVICE}}; in gatts_add_included_service()
472 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID)); in gatts_add_included_service()
502 tBT_UUID * p_char_uuid) in gatts_add_characteristic()
505 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_DECLARE}}; in gatts_add_characteristic()
545 UINT8 gatt_convertchar_descr_type(tBT_UUID *p_descr_uuid) in gatt_convertchar_descr_type()
547 tBT_UUID std_descr = {LEN_UUID_16, {GATT_UUID_CHAR_EXT_PROP}}; in gatt_convertchar_descr_type()
595 tBT_UUID * p_descr_uuid) in gatts_add_char_descr()
923 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, tBT_UUID *p_uuid, tGATT_PERM perm) in allocate_attr_in_db()
1187 static BOOLEAN gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is… in gatts_db_add_service_declaration()
1190 tBT_UUID uuid = {LEN_UUID_16, {0}}; in gatts_db_add_service_declaration()
1203 if (copy_extra_byte_in_db (p_db, (void **)&p_attr->p_value, sizeof(tBT_UUID))) in gatts_db_add_service_declaration()